Unfollow tool for Bluesky

are you happy now futur?

notjuliet bc13c0ba a3c16aa7

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