Change classname "navbar" to use only Tailwind
This commit is contained in:
parent
16fc323fb2
commit
1504aed625
|
@ -101,7 +101,7 @@ const Navbar = () => {
|
||||||
<HStack
|
<HStack
|
||||||
space={4}
|
space={4}
|
||||||
alignItems='center'
|
alignItems='center'
|
||||||
className={clsx('enter flex-1 lg:items-stretch', {
|
className={clsx('flex-1 lg:items-stretch', {
|
||||||
'justify-center lg:justify-start': account,
|
'justify-center lg:justify-start': account,
|
||||||
'justify-start': !account,
|
'justify-start': !account,
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in New Issue