From 820478fdaab9f7ae2956ac1cfb3ac393e750d94b Mon Sep 17 00:00:00 2001 From: pulipakaa24 Date: Thu, 9 Apr 2026 14:20:18 -0500 Subject: [PATCH] Privacy policy and navbar updates --- App.tsx | 4 +++- components/PrivacyPolicy.tsx | 21 ++++++++++++++++++--- components/ProfileSettings.tsx | 6 ++++++ components/auth/EmailVerification.tsx | 2 +- components/auth/ForgotPassword.tsx | 2 +- components/auth/LoginForm.tsx | 10 ++++++++-- components/auth/ResetPassword.tsx | 2 +- components/auth/SignUpForm.tsx | 2 +- 8 files changed, 39 insertions(+), 10 deletions(-) diff --git a/App.tsx b/App.tsx index 0f0aa56..546f9ae 100644 --- a/App.tsx +++ b/App.tsx @@ -123,7 +123,9 @@ export default function App() {