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> <td>
<span> <span>
<a <a
href={`https://bsky.app/profile${account.bskyHandle}`} href={`https://elk.zone/@${account.fediHandle}`}
target="_blank" target="_blank"
> >
{account.bskyHandle} {account.fediHandle}
</a> </a>
</span> </span>
</td> </td>
<td> <td>
<span> <span>
<a <a
href={`https://elk.zone/@${account.fediHandle}`} href={`https://bsky.app/profile${account.bskyHandle}`}
target="_blank" target="_blank"
> >
{account.fediHandle} {account.bskyHandle}
</a> </a>
</span> </span>
</td> </td>