Skip to content

Commit

Permalink
added contact us in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush4345 committed Mar 1, 2024
1 parent d0fd570 commit a9723b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/Navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ const Navbar = () => {
Team
</Link>
</li> */}
<li className={styles.nav__item}>
<Link
href="/help"
className={styles.nav__link}
onClick={closeMobileMenu}
>
Contact Us
</Link>
</li>
</ul>
<div className={styles.nav__close} id="nav-close" onClick={toggleMenu}>
<IoClose />
Expand Down Expand Up @@ -111,6 +120,15 @@ const Navbar = () => {
Projects
</Link>
</li>
<li className={styles.nav__item}>
<Link
href="/help"
className={styles.nav__link}
onClick={closeMobileMenu}
>
Contact Us
</Link>
</li>
</ul>
)}
</nav>
Expand Down

0 comments on commit a9723b9

Please sign in to comment.