kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Change classname "navbar" to use only Tailwind
rodzic
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,
|
||||
})}
|
||||
|
|
Ładowanie…
Reference in New Issue