fix: mastodon rel me

Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
This commit is contained in:
Filipe Medeiros 2023-01-27 01:44:58 +01:00
parent 8cfa98dc2f
commit 9aa01bc8c1
Signed by: filipe
GPG key ID: 9533BD5467CC1E78

View file

@ -302,6 +302,7 @@ export default async function Home() {
</p>
<div className="mt-6 flex gap-6">
<SocialLink
rel="me"
href="https://mastodon.green/@filipesm"
aria-label="Segue-me no Fediverse"
icon={MastodonLogo}
@ -349,15 +350,6 @@ export default async function Home() {
</div>
</div>
</Container>
<a
hidden
aria-hidden
className="hidden"
rel="me"
href="https://mastodon.green/@filipesm"
>
Mastodon
</a>
</>
)
}