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
fix swap button transition
handle.invalid
6 months ago
c70032ea
63607eaf
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
navbar.tsx
+1
-1
src/components/navbar.tsx
···
142
142
>
143
143
<div
144
144
class={
145
145
-
`duration-400 shrink-0 text-lg ${showHandle() ? "rotate-y-180" : ""} ` +
145
145
+
`duration-400 shrink-0 text-lg transition-transform ${showHandle() ? "rotate-y-180" : ""} ` +
146
146
(swapIcons[props.params.repo] ?? "i-lucide-arrow-left-right")
147
147
}
148
148
/>