Skip to content

Commit

Permalink
Update signup.tsx
Browse files Browse the repository at this point in the history
Fixes immediate redirect issues.
(Not present in planetscale apps, testing required)
  • Loading branch information
Fr3akyMurk authored Feb 27, 2024
1 parent 9002036 commit 09db38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(auth)/signup/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export function Signup() {
) : null}
<div>
<Link href={"/login"}>
<Button variant={"link"} size={"sm"} className="p-0">
<span className="p-0 text-sm hover:underline underline-offset-4">
Already signed up? Login instead.
</Button>
</span>
</Link>
</div>

Expand Down

0 comments on commit 09db38f

Please sign in to comment.