Skip to content

Commit

Permalink
Merge pull request #568 from lolpanda2004/merge
Browse files Browse the repository at this point in the history
Merged Button and Fixed Name
  • Loading branch information
akbatra567 authored Aug 6, 2024
2 parents f4b3d17 + 16a8001 commit 464b3d7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +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}
>
SignIn
</Link>
<Link
to="/app/signup"
className="block rounded-md px-3 py-2 text-base font-medium bg-sky-500 hover:bg-sky-600 text-white"
onClick={closeMenu}
>
SignUp
Login/SignIn
</Link>
</>
) : (
Expand Down

0 comments on commit 464b3d7

Please sign in to comment.