Skip to content

Commit

Permalink
fix(navbar): adjusted navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Mar 20, 2022
1 parent 4b69046 commit 07ce7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/NavBar/NavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
justify-content: space-evenly;
align-items: center;
font-family: "Lato", sans-serif;
list-style-type: none;
}

.dropdown-menu {
Expand Down
1 change: 1 addition & 0 deletions src/Components/NavBar/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const NavBar = () => {
{/* <Link className="nav-link" to="/create_product">Create Product</Link>
<Link to="/products" className="nav-link">Products</Link> */}
<Link to="/users" className="nav-link">Users</Link>
<Link to="/uploads" className="nav-link">Uploads</Link>
<li className="dropdown">
<a className="nav-link dropdown-toggle" href="/"
id="navdrop" role="button" data-toggle="dropdown"
Expand Down

0 comments on commit 07ce7d6

Please sign in to comment.