diff --git a/recivi.json b/recivi.json index d154b71..8ad317b 100644 --- a/recivi.json +++ b/recivi.json @@ -3,6 +3,25 @@ "bio": { "name": "Tera", "fullName": "Tera Bites", + "pronouns": [ + { + "language": "English", + "pronouns": [ + { + "firstSet": "he", + "secondSet": "him" + }, + { + "firstSet": "they", + "secondSet": "them" + }, + { + "firstSet": "it", + "secondSet": "its" + } + ] + } + ], "summary": "Hobbyist software developer with a love for backend systems", "labels": ["software developer", "homelabber"], "aliases": ["imterah"], @@ -41,14 +60,6 @@ }, "url": "https://git.terah.dev/imterah", "username": "imterah" - }, - { - "site": { - "id": "matrix", - "name": "Matrix" - }, - "url": "https://matrix.to/#/@tera:matrix.terah.dev", - "username": "@tera:matrix.terah.dev" } ], "skills": [ diff --git a/src/components/Pronouns.astro b/src/components/Pronouns.astro index c3b2110..0b30e97 100644 --- a/src/components/Pronouns.astro +++ b/src/components/Pronouns.astro @@ -61,8 +61,6 @@ if (pronounSet !== undefined) { combinedPronouns.length - 2 ) } - - combinedPronouns = `${combinedPronouns}`; } --- diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 860499c..7bdc940 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -20,7 +20,7 @@ export const { origin, residence, labels } = recivi.bio Hello! I'm **{ recivi.bio.name -}**, { +}** (), { labels && labelsDisplay(labels) } { residence && `based in ${addressDisplay(residence)}`