Change classname "navbar" to use only Tailwind

fix-error-messages
danidfra 2024-11-01 12:28:45 -03:00
rodzic 16fc323fb2
commit 1504aed625
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -101,7 +101,7 @@ const Navbar = () => {
<HStack
space={4}
alignItems='center'
className={clsx('enter flex-1 lg:items-stretch', {
className={clsx('flex-1 lg:items-stretch', {
'justify-center lg:justify-start': account,
'justify-start': !account,
})}