Skip to content

Commit

Permalink
merged and fixed button
Browse files Browse the repository at this point in the history
  • Loading branch information
lolpanda2004 committed Aug 6, 2024
1 parent e411334 commit 16a8001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Navbar: React.FC<NavbarProps> = ({ theme, toggleTheme }) => {
className="block rounded-md px-3 py-2 text-base font-medium bg-sky-500 hover:bg-sky-600 text-white"
onClick={closeMenu}
>
Register
Login/SignIn
</Link>
</>
) : (
Expand Down

0 comments on commit 16a8001

Please sign in to comment.