Skip to content

Commit a3b8192

Browse files
committed
Fix navigation bar in mobile devices
1 parent 6169663 commit a3b8192

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

resources/scripts/components/NavigationBar.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,9 @@ export default () => {
5959
<div className={'bg-neutral-700 shadow-md overflow-x-auto topbar'}>
6060
<SpinnerOverlay visible={isLoggingOut} />
6161
<div className={'mx-auto w-full flex items-center h-[3.5rem] max-w-[1200px]'}>
62-
<div id={'logo'} className={'flex-1'}>
63-
<FontAwesomeIcon
64-
icon={faBars}
65-
className='navbar-button'
66-
onClick={onTriggerNavButton}
67-
></FontAwesomeIcon>
62+
<FontAwesomeIcon icon={faBars} className='navbar-button' onClick={onTriggerNavButton}></FontAwesomeIcon>
6863

64+
<div id={'logo'} className={'flex-1'}>
6965
<Link
7066
to={'/'}
7167
className={

0 commit comments

Comments
 (0)