Skip to content

Commit

Permalink
fix: sign in link at top navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfrancisco committed Oct 31, 2024
1 parent fd9a64e commit 65bff3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const navigationItems = [
},
{
label: 'Sign Up',
href: '/auth/sign-up',
href: '/auth/sign-in',
},
];
export function HomeNavigation() {
Expand Down

0 comments on commit 65bff3c

Please sign in to comment.