Unfollow tool for Bluesky

fix signout bug thanks to my lovely kasey <3

notjuliet a3c16aa7 bb96cb8b

Changed files
+3 -4
src
+3 -4
src/App.tsx
···
<Show when={loginState() && handle()}>
<div class="mb-4">
Logged in as @{handle()}
-
<a
-
href=""
-
class="ml-2 text-red-500 dark:text-red-400"
+
<span
+
class="ml-2 cursor-pointer text-red-500 dark:text-red-400"
onclick={() => logoutBsky()}
>
Logout
-
</a>
+
</span>
</div>
</Show>
<Show when={notice()}>