Skip to content

Commit 4e05805

Browse files
author
Malin Kussi
committed
Fixed space issue error
1 parent 0379c1b commit 4e05805

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/general/navigation/Navigation.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const Navigation = (): React.ReactElement => {
5050
transparency={scroll <= 10 && width > Constants.MOBILE_SIZE ? 1 : 0}
5151
toggle={width < Constants.MOBILE_SIZE ? 1 : 0}
5252
sticky='top' bg='dark' variant='dark' expand='md' collapseOnSelect>
53-
5453
{/* Top left of the navigation bar */}
5554
<Styles.Logo className='logo-and-title'>
5655
<Link className='logo-container' to='/home'>

0 commit comments

Comments
 (0)