Change classname "navbar" to use only Tailwind

This commit is contained in:
danidfra 2024-11-01 12:28:45 -03:00
parent 16fc323fb2
commit 1504aed625
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})}