fix: mastodon rel me
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
This commit is contained in:
parent
8cfa98dc2f
commit
9aa01bc8c1
10
app/page.tsx
10
app/page.tsx
|
@ -302,6 +302,7 @@ export default async function Home() {
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-6 flex gap-6">
|
<div className="mt-6 flex gap-6">
|
||||||
<SocialLink
|
<SocialLink
|
||||||
|
rel="me"
|
||||||
href="https://mastodon.green/@filipesm"
|
href="https://mastodon.green/@filipesm"
|
||||||
aria-label="Segue-me no Fediverse"
|
aria-label="Segue-me no Fediverse"
|
||||||
icon={MastodonLogo}
|
icon={MastodonLogo}
|
||||||
|
@ -349,15 +350,6 @@ export default async function Home() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
<a
|
|
||||||
hidden
|
|
||||||
aria-hidden
|
|
||||||
className="hidden"
|
|
||||||
rel="me"
|
|
||||||
href="https://mastodon.green/@filipesm"
|
|
||||||
>
|
|
||||||
Mastodon
|
|
||||||
</a>
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue