From c3c47a3878c4ab6ba638e024fdf62384d2a96337 Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Wed, 28 Jan 2026 02:03:02 +0530 Subject: [PATCH] Update ConnectStep styles and messaging for enhanced clarity and user reassurance - Changed background color and border styles for improved visual consistency. - Updated messaging to emphasize that all data is stored privately and encrypted, enhancing user trust in the application. These changes aim to strengthen user confidence during the onboarding process by clearly communicating privacy measures. --- src/pages/onboarding/steps/ConnectStep.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/onboarding/steps/ConnectStep.tsx b/src/pages/onboarding/steps/ConnectStep.tsx index 824c5649a..984a42620 100644 --- a/src/pages/onboarding/steps/ConnectStep.tsx +++ b/src/pages/onboarding/steps/ConnectStep.tsx @@ -96,11 +96,11 @@ const ConnectStep = ({ onNext }: ConnectStepProps) => { ))} -
+
-

🔒 Remember everything stays private!

-

AlphaHuman saves all data and credentials +

🔒 Remember everything stays private & encrypted!

+

All data and credentials are stored locally and follows a strict zero-data retention policy so you won't have to worry about anything getting leaked.