Change classname "navbar" to use only Tailwind
This commit is contained in:
parent
16fc323fb2
commit
1504aed625
|
@ -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,
|
||||
})}
|
||||
|
|
Loading…
Reference in New Issue