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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue