Skip to content

Commit

Permalink
feat: turn on usos login
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymczek committed Sep 8, 2024
1 parent 3af521a commit 02c34c7
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 @@ -172,7 +172,7 @@ const JoinUsBlock = () => (
(typeof window !== "undefined" &&
window.location.hostname === "planer.solvro.pl") ? (
<Link
href="/plans"
href="/api/login"
data-umami-event="Landing - Go to planning"
className={buttonVariants({
size: "lg",
Expand Down

0 comments on commit 02c34c7

Please sign in to comment.