feat: mention fedi first

This commit is contained in:
Ayo Ayco 2025-01-04 00:44:53 +01:00
parent 84a14c3990
commit 0cc555682e

View file

@ -105,20 +105,20 @@ const description =
<td>
<span>
<a
href={`https://bsky.app/profile${account.bskyHandle}`}
href={`https://elk.zone/@${account.fediHandle}`}
target="_blank"
>
{account.bskyHandle}
{account.fediHandle}
</a>
</span>
</td>
<td>
<span>
<a
href={`https://elk.zone/@${account.fediHandle}`}
href={`https://bsky.app/profile${account.bskyHandle}`}
target="_blank"
>
{account.fediHandle}
{account.bskyHandle}
</a>
</span>
</td>