From 8fc61359c7af230af98ef653cbb19ce1c9dc3fa2 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 8 Aug 2025 10:20:05 +0000 Subject: [PATCH] Add login option to UserTypeSelection component cgen-67406e84f2c848409e933a16bab7e4fe --- .../onboarding/UserTypeSelection.tsx | 38 +++++++++++++++---- 1 file changed, 30 insertions(+), 8 deletions(-) diff --git a/client/components/onboarding/UserTypeSelection.tsx b/client/components/onboarding/UserTypeSelection.tsx index 99e48c08..bdcc056a 100644 --- a/client/components/onboarding/UserTypeSelection.tsx +++ b/client/components/onboarding/UserTypeSelection.tsx @@ -161,14 +161,36 @@ export default function UserTypeSelection({ })} -
-

- Don't worry - you can always change your preferences later or access - multiple areas of our platform. -

+
+
+

+ Don't worry - you can always change your preferences later or access + multiple areas of our platform. +

+
+ +
+
+

+ Already have an AeThex account? +

+ +
+
);