From 09db38fdce3f52e9107a61f72a9765bc73e94ebd Mon Sep 17 00:00:00 2001 From: Fr3akyMurk Date: Tue, 27 Feb 2024 09:04:25 +0100 Subject: [PATCH 1/3] Update signup.tsx Fixes immediate redirect issues. (Not present in planetscale apps, testing required) --- src/app/(auth)/signup/signup.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(auth)/signup/signup.tsx b/src/app/(auth)/signup/signup.tsx index 191360c..60f740d 100644 --- a/src/app/(auth)/signup/signup.tsx +++ b/src/app/(auth)/signup/signup.tsx @@ -76,9 +76,9 @@ export function Signup() { ) : null}
- +
From 0ecd6357230b29d4d9d32b6c088f5db8497bdaa2 Mon Sep 17 00:00:00 2001 From: Fr3akyMurk Date: Tue, 27 Feb 2024 09:13:34 +0100 Subject: [PATCH 2/3] Fixed text size to mimic the other size before this pr. --- src/app/(auth)/signup/signup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(auth)/signup/signup.tsx b/src/app/(auth)/signup/signup.tsx index 60f740d..1bfaf7a 100644 --- a/src/app/(auth)/signup/signup.tsx +++ b/src/app/(auth)/signup/signup.tsx @@ -76,7 +76,7 @@ export function Signup() { ) : null}
- + Already signed up? Login instead. From 91edb3cfc28b3b48193c87e503307a693112c8ec Mon Sep 17 00:00:00 2001 From: Fr3akyMurk Date: Tue, 27 Feb 2024 09:17:14 +0100 Subject: [PATCH 3/3] Added more bold to the font, now it's a 1:1 copy. --- src/app/(auth)/signup/signup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(auth)/signup/signup.tsx b/src/app/(auth)/signup/signup.tsx index 1bfaf7a..22e4145 100644 --- a/src/app/(auth)/signup/signup.tsx +++ b/src/app/(auth)/signup/signup.tsx @@ -76,7 +76,7 @@ export function Signup() { ) : null}
- + Already signed up? Login instead.