fix: bsky profile link
This commit is contained in:
parent
c32a2802ab
commit
ef4e856777
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ const description =
|
||||||
<td>
|
<td>
|
||||||
<span>
|
<span>
|
||||||
<a
|
<a
|
||||||
href={`https://bsky.app/profile${account.bskyHandle}`}
|
href={`https://bsky.app/profile/${account.bskyHandle}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
{account.bskyHandle}
|
{account.bskyHandle}
|
||||||
|
|
Loading…
Reference in a new issue