From 79ddcf267e8766aa1cec1225c3f2b3c76644444f Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 29 Jul 2024 06:23:28 +0100 Subject: [PATCH 1/3] Fix: on the second social button, change it from 'sign in with google' to 'sign in with facebook' --- src/app/(auth-routes)/register/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(auth-routes)/register/page.tsx b/src/app/(auth-routes)/register/page.tsx index e5845f651..2f00c4e36 100644 --- a/src/app/(auth-routes)/register/page.tsx +++ b/src/app/(auth-routes)/register/page.tsx @@ -84,7 +84,7 @@ const SignUp = () => { alt="Facebook" className="mr-2" /> - Sign in with Google + Sign in with Facebook
- Create an account to get started with us. -
-