Added partner, changed bio fields to break on all instead of scrolling on overflow.
This commit is contained in:
parent
40cd1fbf70
commit
87b1a4f27c
@ -17,16 +17,16 @@ export function renderPossibleURLField(field) {
|
|||||||
if (validURL(field)) {
|
if (validURL(field)) {
|
||||||
return (
|
return (
|
||||||
<Link href={field}>
|
<Link href={field}>
|
||||||
<a className="p-2 overflow-clip overflow-auto text-center ring-2 ring-werefox-grey dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark hover:text-werefox-blue-dark dark:hover:text-werefox-blue">
|
<a className="p-2 flex items-center justify-center text-center break-all ring-2 ring-werefox-grey dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark hover:text-werefox-blue-dark dark:hover:text-werefox-blue">
|
||||||
{field}
|
{field}
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<p className="p-2 text-center overflow-clip overflow-auto ring-2 ring-werefox-grey dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
<div className="p-2 flex items-center justify-center text-center break-all ring-2 ring-werefox-grey dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
||||||
{field}
|
{field}
|
||||||
</p>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -25,3 +25,20 @@ Gumby:
|
|||||||
ko-fi.com/gumbyrat
|
ko-fi.com/gumbyrat
|
||||||
CashApp: $GumbyRat
|
CashApp: $GumbyRat
|
||||||
🔞
|
🔞
|
||||||
|
|
||||||
|
lindsays:
|
||||||
|
url: "https://hackers.town/@lindsays"
|
||||||
|
avi: "/images/lindsays.png"
|
||||||
|
fields:
|
||||||
|
with!: "@Kitredgrave@vulpine.club, @icewolf@meow.social::*, @muggle, @autumnal (when she is around), @moonbolt@mst3k.interlinked.me::*, $BUN, $QPP | polysaturated"
|
||||||
|
"Matrix: ask!": "discord: no!"
|
||||||
|
"Streaming at": "(working on)"
|
||||||
|
queeeeer: ":qhTrans: :qhPolyro: :qhPolyam:"
|
||||||
|
bio: |
|
||||||
|
Lindsay. She/her. US/CO. audio engineer, photographer, digital artist, sysadmin, network engineer, metal fabricator (hiatus on fabricating). very not vanilla. otherkin-furry on main. slowly converting into Judaism. always burning the candle for those we've lost. 🕯️ may their memories be for a blessing. Never again means NEVER again; SRA member. Black lives always have, do, and always will matter.
|
||||||
|
|
||||||
|
ASK before DMing.
|
||||||
|
|
||||||
|
avatar made by @foxvomit!
|
||||||
|
|
||||||
|
(Not actually an automated bot.)
|
||||||
|
BIN
src/info/public/images/lindsays.png
Normal file
BIN
src/info/public/images/lindsays.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
Loading…
Reference in New Issue
Block a user