*cough* oops
This commit is contained in:
parent
1f00ee9390
commit
20cd475540
@ -17,7 +17,7 @@ export function renderPossibleURLField(field) {
|
|||||||
if (validURL(field)) {
|
if (validURL(field)) {
|
||||||
return (
|
return (
|
||||||
<Link href={field}>
|
<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}
|
{field}
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
@ -68,7 +68,7 @@ export default function LoveCard({ src, alt, url, fields, bio, user }) {
|
|||||||
<br />
|
<br />
|
||||||
{"- "}
|
{"- "}
|
||||||
<Link href={url}>
|
<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>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -9,7 +9,7 @@ export default function FAQ() {
|
|||||||
<BasicPage page_title="FAQ" card_title="Frequently Asked Questions!">
|
<BasicPage page_title="FAQ" card_title="Frequently Asked Questions!">
|
||||||
<WCard>
|
<WCard>
|
||||||
<p className="p-6 text-lg text-center text-werefox-pink-dark dark:text-werefox-pink">
|
<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>
|
</p>
|
||||||
</WCard>
|
</WCard>
|
||||||
<TCard
|
<TCard
|
||||||
|
@ -5,14 +5,16 @@ import LCard from "../../../components/love-card";
|
|||||||
// Use this to list out partner info on this page. >w>
|
// Use this to list out partner info on this page. >w>
|
||||||
|
|
||||||
const PARTNERS = {
|
const PARTNERS = {
|
||||||
// username: {
|
kyla: {
|
||||||
// url: "",
|
url: "https://yiff.life/@midyif",
|
||||||
// avi: "",
|
avi: "/images/kyla.png",
|
||||||
// fields: {
|
fields: {
|
||||||
// "": "",
|
"art blog": "https://midyif.neocities.org/",
|
||||||
// },
|
},
|
||||||
// bio: ``,
|
bio: ` ❤️ howdy y'all, let's be pals!~
|
||||||
// },
|
💛 30 she/her queer anarchist lion mama
|
||||||
|
💙 cutie partner @shaymoo`,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Partners() {
|
export default function Partners() {
|
||||||
|
@ -33,7 +33,7 @@ export default function Sexuality() {
|
|||||||
title="Lesbian"
|
title="Lesbian"
|
||||||
info={{
|
info={{
|
||||||
info: `This means that I am okay with sexual and romantic partners that are the same gender identity as me!`,
|
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"
|
url="https://lgbta.wikia.org/wiki/Lesbian"
|
||||||
src="/emoji/lesbian_flag.svg"
|
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