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>
|
||||
<span>
|
||||
<a
|
||||
href={`https://bsky.app/profile${account.bskyHandle}`}
|
||||
href={`https://bsky.app/profile/${account.bskyHandle}`}
|
||||
target="_blank"
|
||||
>
|
||||
{account.bskyHandle}
|
||||
|
|
Loading…
Reference in a new issue