Skip to content

Commit

Permalink
[frontend] Remove Nav.tsx and fix Link
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Nov 3, 2023
1 parent da45722 commit efbac51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
35 changes: 0 additions & 35 deletions frontend/app/ui/Nav.tsx

This file was deleted.

4 changes: 1 addition & 3 deletions frontend/app/ui/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ export default function Nav() {
/>
</li>
<li className="flex gap-8 items-center">
<Link href="/" className="">
Home
</Link>
<Link href="/">Home</Link>
<Link href="/user">User List</Link>
<Link href="/user/signup">Sign Up</Link>
<Link href="/playground/pong.html" target="_blank">
Expand Down

0 comments on commit efbac51

Please sign in to comment.