tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
change style of logout button
handle.invalid
5 months ago
693b373b
120f17ae
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
account.tsx
+1
-1
src/components/account.tsx
···
97
97
</A>
98
98
<button
99
99
onclick={() => removeSession(did as Did)}
100
100
-
class="flex items-center p-2 hover:text-red-500 hover:dark:text-red-400"
100
100
+
class="flex items-center rounded-lg p-2 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"
101
101
>
102
102
<span class="iconify lucide--user-round-x"></span>
103
103
</button>