atproto explorer

fix swap button transition

+1 -1
+1 -1
src/components/navbar.tsx
··· 142 > 143 <div 144 class={ 145 - `duration-400 shrink-0 text-lg ${showHandle() ? "rotate-y-180" : ""} ` + 146 (swapIcons[props.params.repo] ?? "i-lucide-arrow-left-right") 147 } 148 />
··· 142 > 143 <div 144 class={ 145 + `duration-400 shrink-0 text-lg transition-transform ${showHandle() ? "rotate-y-180" : ""} ` + 146 (swapIcons[props.params.repo] ?? "i-lucide-arrow-left-right") 147 } 148 />