feat: mention fedi first
This commit is contained in:
parent
84a14c3990
commit
0cc555682e
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue