Skip to content

Commit

Permalink
Bump Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 4, 2024
1 parent 9a94f9c commit 0f10f7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ export const Navbar = () => {
<nav>
<div>ENSIPs</div>
<ul>
<li>All</li>
<li>
<a href="/">All ENSIPs</a>
</li>
</ul>
</nav>
);
Expand Down

0 comments on commit 0f10f7f

Please sign in to comment.