diff --git a/recivi.json b/recivi.json index c31b36f..d154b71 100644 --- a/recivi.json +++ b/recivi.json @@ -3,25 +3,6 @@ "bio": { "name": "Tera", "fullName": "Tera Bites", - "pronouns": [ - { - "language": "English", - "pronouns": [ - { - "firstSet": "she", - "secondSet": "her" - }, - { - "firstSet": "they", - "secondSet": "them" - }, - { - "firstSet": "it", - "secondSet": "its" - } - ] - } - ], "summary": "Hobbyist software developer with a love for backend systems", "labels": ["software developer", "homelabber"], "aliases": ["imterah"], diff --git a/src/components/Pronouns.astro b/src/components/Pronouns.astro index 0b30e97..c3b2110 100644 --- a/src/components/Pronouns.astro +++ b/src/components/Pronouns.astro @@ -61,6 +61,8 @@ if (pronounSet !== undefined) { combinedPronouns.length - 2 ) } + + combinedPronouns = `${combinedPronouns}`; } --- diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 7bdc940..860499c 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)}`