Skip to content

Commit

Permalink
Registration link added
Browse files Browse the repository at this point in the history
  • Loading branch information
uabinesh committed May 26, 2022
1 parent 635e838 commit cec80ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ const Navbar = () => {
user.username
) : (
<div className="navItems">
<Link to="/register">
<button className="navButton">Register</button>
</Link>
<Link to="/login">
<button className="navButton">Login</button>
</Link>
Expand Down

0 comments on commit cec80ba

Please sign in to comment.