tangled
alpha
login
or
join now
t1c.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
change logout icon
juliet.paris
6 months ago
d357c3eb
307b323f
verified
This commit was signed with the committer's
known signature
.
juliet.paris
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+2
-2
1 changed file
expand all
collapse all
unified
split
src
components
account.tsx
+2
-2
src/components/account.tsx
reviewed
···
99
99
onClick={() => setOpenManager(false)}
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--book-user"></span>
102
102
+
<span class="iconify lucide--chevron-right"></span>
103
103
</A>
104
104
<button
105
105
onclick={() => removeSession(did as Did)}
106
106
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"
107
107
>
108
108
-
<span class="iconify lucide--user-round-x"></span>
108
108
+
<span class="iconify lucide--x"></span>
109
109
</button>
110
110
</div>
111
111
)}