We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6169663 commit a3b8192Copy full SHA for a3b8192
resources/scripts/components/NavigationBar.tsx
@@ -59,13 +59,9 @@ export default () => {
59
<div className={'bg-neutral-700 shadow-md overflow-x-auto topbar'}>
60
<SpinnerOverlay visible={isLoggingOut} />
61
<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>
+ <FontAwesomeIcon icon={faBars} className='navbar-button' onClick={onTriggerNavButton}></FontAwesomeIcon>
68
+ <div id={'logo'} className={'flex-1'}>
69
<Link
70
to={'/'}
71
className={
0 commit comments