Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: login url in the navbar (#9893)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Jan 12, 2024
1 parent 5c9f701 commit fd0567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function Navbar() {
{!session && (
<>
<NavLink
item={{ name: "Login", url: "/login" }}
item={{ name: "Login", url: "/auth/signin" }}
setIsOpen={setIsOpen}
onClick={(e) => {
e.preventDefault();
Expand Down

0 comments on commit fd0567b

Please sign in to comment.