Skip to content

Commit 4cbd805

Browse files
committed
navbar/mobile menu changes
1 parent 2ceef82 commit 4cbd805

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

react-frontend/src/components/root/fragments/header/navbar/mobileMenu/Menu.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Menu = () => {
3737
</li>
3838
<li className={styles.nav_link}>
3939
<NavLink to="/my-hobbies" className="nav-link">
40-
My hobbies
40+
MyHobbies
4141
</NavLink>
4242
</li>
4343
<li className={styles.nav_link}>

react-frontend/src/css/Navbar.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
z-index: 99 !important;
5555
position: absolute;
5656
padding: 5px;
57+
background: white;
5758
top: 6%;
5859
right: 5%;
5960
width: auto;

0 commit comments

Comments
 (0)