Skip to content

Commit

Permalink
refactor: skip login page
Browse files Browse the repository at this point in the history
  • Loading branch information
unewMe authored and simon-the-shark committed Sep 10, 2024
1 parent 47e5476 commit ded9fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const JoinUsBlock = ({
</Link>
) : (
<Link
href="/login"
href="/api/login"
data-umami-event="Landing - Go to planning"
className={buttonVariants({
size: "lg",
Expand Down

0 comments on commit ded9fd8

Please sign in to comment.