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 0379c1b commit 4e05805Copy full SHA for 4e05805
src/pages/general/navigation/Navigation.tsx
@@ -50,7 +50,6 @@ const Navigation = (): React.ReactElement => {
50
transparency={scroll <= 10 && width > Constants.MOBILE_SIZE ? 1 : 0}
51
toggle={width < Constants.MOBILE_SIZE ? 1 : 0}
52
sticky='top' bg='dark' variant='dark' expand='md' collapseOnSelect>
53
-
54
{/* Top left of the navigation bar */}
55
<Styles.Logo className='logo-and-title'>
56
<Link className='logo-container' to='/home'>
0 commit comments