chore: Remove pronouns from website (due to a certain asshole)
All checks were successful
Release code / build (push) Successful in 4m25s
All checks were successful
Release code / build (push) Successful in 4m25s
This commit is contained in:
parent
07ae00dd5d
commit
be50fab989
3 changed files with 3 additions and 20 deletions
19
recivi.json
19
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"],
|
||||
|
|
|
@ -61,6 +61,8 @@ if (pronounSet !== undefined) {
|
|||
combinedPronouns.length - 2
|
||||
)
|
||||
}
|
||||
|
||||
combinedPronouns = `${combinedPronouns}`;
|
||||
}
|
||||
---
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ export const { origin, residence, labels } = recivi.bio
|
|||
|
||||
Hello! I'm **{
|
||||
recivi.bio.name
|
||||
}** (<Pronouns />), {
|
||||
}**, {
|
||||
labels && labelsDisplay(labels)
|
||||
} {
|
||||
residence && `based in ${addressDisplay(residence)}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue