Skip to content

Commit

Permalink
#59 Add / to singup navlink. This fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jul 5, 2023
1 parent 411ec76 commit 7a41e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const NavBar = () => {
<i className="fa-solid fa-door-open me-1"></i>Login
</NavLink>
<NavLink
to="signup"
to="/signup"
className={styles.NavLink}
activeClassName={styles.Active}
>
Expand Down

0 comments on commit 7a41e88

Please sign in to comment.