okay back to commented out.

This commit is contained in:
Alexis Werefox 2021-04-28 01:22:37 +00:00
parent 20cd475540
commit b7837e2a2c
1 changed files with 8 additions and 10 deletions

View File

@ -5,16 +5,14 @@ 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 = {
kyla: { // username: {
url: "https://yiff.life/@midyif", // url: "",
avi: "/images/kyla.png", // avi: "",
fields: { // fields: {
"art blog": "https://midyif.neocities.org/", // "": "",
}, // },
bio: ` ❤️ howdy y'all, let's be pals!~ // bio: ``,
💛 30 she/her queer anarchist lion mama // },
💙 cutie partner @shaymoo`,
},
}; };
export default function Partners() { export default function Partners() {