Skip to content

Commit

Permalink
update navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanda hafiza committed Feb 18, 2024
1 parent cc8a47c commit 77c4101
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions myquiz-app/src/components/Fragment/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ function Navbar() {
<a href="/" className=" text-gray-500 hover:text-violet-500 rounded-md px-2 py-2 text-sm font-medium" aria-current="page">
Dashboard
</a>
<a href="/login" className=" text-gray-500 hover:text-violet-500 rounded-md px-2 py-2 text-sm font-medium" aria-current="page">
Login
</a>
<a href="/register" className=" text-gray-500 hover:text-violet-500 rounded-md px-2 py-2 text-sm font-medium" aria-current="page">
Regist
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 77c4101

Please sign in to comment.