Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygyngell committed Sep 15, 2022
1 parent 58d4708 commit b6505af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ const Navbar = () => {
<Link to="/" className="navbar-item">
Home
</Link>
<Link to="/cheeses" className="navbar-item">
Cheese Index
</Link>

<Link to="/register" className="navbar-item">
Register
</Link>
Expand Down

0 comments on commit b6505af

Please sign in to comment.