atproto explorer

fix swap button transition

+1 -1
+1 -1
src/components/navbar.tsx
··· 142 142 > 143 143 <div 144 144 class={ 145 - `duration-400 shrink-0 text-lg ${showHandle() ? "rotate-y-180" : ""} ` + 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 />