*cough* oops
This commit is contained in:
parent
1f00ee9390
commit
20cd475540
@ -17,7 +17,7 @@ export function renderPossibleURLField(field) {
|
||||
if (validURL(field)) {
|
||||
return (
|
||||
<Link href={field}>
|
||||
<a className="p-2 text-center overflow-ellipsis overflow-hidden ring-2 ring-werefox-grey-light dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lightest dark:bg-werefox-grey">
|
||||
<a className="p-2 text-center overflow-ellipsis overflow-hidden ring-2 ring-werefox-grey-light dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lightest dark:bg-werefox-grey hover:text-werefox-blue-dark dark:hover:text-werefox-blue">
|
||||
{field}
|
||||
</a>
|
||||
</Link>
|
||||
@ -68,7 +68,7 @@ export default function LoveCard({ src, alt, url, fields, bio, user }) {
|
||||
<br />
|
||||
{"- "}
|
||||
<Link href={url}>
|
||||
<a target="_blank">{`@${user}`}</a>
|
||||
<a className="hover:text-werefox-blue-dark dark:hover:text-werefox-blue" target="_blank">{`@${user}`}</a>
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -9,7 +9,7 @@ export default function FAQ() {
|
||||
<BasicPage page_title="FAQ" card_title="Frequently Asked Questions!">
|
||||
<WCard>
|
||||
<p className="p-6 text-lg text-center text-werefox-pink-dark dark:text-werefox-pink">
|
||||
"So is Werefox like a speicies or...?"
|
||||
"So is Werefox like a species or...?"
|
||||
</p>
|
||||
</WCard>
|
||||
<TCard
|
||||
|
@ -5,14 +5,16 @@ import LCard from "../../../components/love-card";
|
||||
// Use this to list out partner info on this page. >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() {
|
||||
|
@ -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"
|
||||
|
BIN
src/info/public/images/kyla.png
Normal file
BIN
src/info/public/images/kyla.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
Loading…
Reference in New Issue
Block a user