diff --git a/src/info/components/love-card.js b/src/info/components/love-card.js index c8603a3..e6b5833 100644 --- a/src/info/components/love-card.js +++ b/src/info/components/love-card.js @@ -17,7 +17,7 @@ export function renderPossibleURLField(field) { if (validURL(field)) { return ( - + {field} @@ -68,7 +68,7 @@ export default function LoveCard({ src, alt, url, fields, bio, user }) {
{"- "} - {`@${user}`} + {`@${user}`}

diff --git a/src/info/pages/faq/index.js b/src/info/pages/faq/index.js index 858fbc1..90c1876 100644 --- a/src/info/pages/faq/index.js +++ b/src/info/pages/faq/index.js @@ -9,7 +9,7 @@ export default function FAQ() {

- "So is Werefox like a speicies or...?" + "So is Werefox like a species or...?"

w> const PARTNERS = { - // username: { - // url: "", - // avi: "", - // fields: { - // "": "", - // }, - // bio: ``, - // }, + kyla: { + url: "https://yiff.life/@midyif", + avi: "/images/kyla.png", + fields: { + "art blog": "https://midyif.neocities.org/", + }, + bio: ` ‎ ‎ ‎ ❤️ howdy y'all, let's be pals!~ + ‎ ‎ ‎ ‎ 💛 30 she/her queer anarchist lion mama + ‎ ‎ ‎ ‎ 💙 cutie partner @shaymoo`, + }, }; export default function Partners() { diff --git a/src/info/pages/identities/sexuality/index.js b/src/info/pages/identities/sexuality/index.js index eacd573..27c7d20 100644 --- a/src/info/pages/identities/sexuality/index.js +++ b/src/info/pages/identities/sexuality/index.js @@ -33,7 +33,7 @@ export default function Sexuality() { title="Lesbian" info={{ info: `This means that I am okay with sexual and romantic partners that are the same gender identity as me!`, - more: `If you have questions about how I coulld be both Panesexual and Lesiban, I'd refer you to my FAQ.`, + more: `If you have questions about how I could be both Pansexual and Lesiban, I'd refer you to my FAQ.`, }} url="https://lgbta.wikia.org/wiki/Lesbian" src="/emoji/lesbian_flag.svg" diff --git a/src/info/public/images/kyla.png b/src/info/public/images/kyla.png new file mode 100644 index 0000000..f223b19 Binary files /dev/null and b/src/info/public/images/kyla.png differ