Unfollow tool for Bluesky

add @

Changed files
+1 -1
src
+1 -1
src/App.tsx
···
</Show>
<Show when={loginState() && handle()}>
<div class="mb-5">
-
Logged in as {handle()} (
+
Logged in as @{handle()} (
<a href="" class="text-red-600" onclick={() => logoutBsky()}>
Logout
</a>