I gotta tell everyone that this page is me I own this lol.

This commit is contained in:
Alexis Werefox 2021-05-02 00:17:24 +00:00
parent a5352ea20b
commit e11d5c42d7
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ export default function WerefoxCard({
if (isTitle) {
return (
<header className="rounded-lg ring-4 ring-werefox-blue bg-werefox-grey-light dark:bg-werefox-grey">
<a rel="me" href="https://vulpine.club/@Shadow8t4" hidden>Mastodon</a>
<a rel="me" href="https://masto.werefox.dev/@shadow8t4" hidden>Mastodon</a>
{children}
</header>
);