From 6ec7858bbdde8427c9d90bb8ab79a1c554331b4c Mon Sep 17 00:00:00 2001 From: jackiettran <41605212+jackiettran@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:41:37 -0500 Subject: [PATCH] added spacing --- frontend/src/pages/Profile.tsx | 62 +--------------------------- frontend/src/pages/PublicProfile.tsx | 7 +--- 2 files changed, 2 insertions(+), 67 deletions(-) diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index ed82449..8e63f13 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -608,7 +608,7 @@ const Profile: React.FC = () => { } return ( -
+

Profile

{error && ( @@ -664,33 +664,6 @@ const Profile: React.FC = () => { Personal Information - - -
)} - - {/* Placeholder sections for other menu items */} - {activeSection === "notifications" && ( -
-

Notification Settings

-
-
-

- Notification preferences coming soon... -

-
-
-
- )} - - {activeSection === "privacy" && ( -
-

Privacy & Security

-
-
-

- Privacy and security settings coming soon... -

-
-
-
- )} diff --git a/frontend/src/pages/PublicProfile.tsx b/frontend/src/pages/PublicProfile.tsx index 3658d5e..4ca3502 100644 --- a/frontend/src/pages/PublicProfile.tsx +++ b/frontend/src/pages/PublicProfile.tsx @@ -63,7 +63,7 @@ const PublicProfile: React.FC = () => { } return ( -
+
@@ -86,11 +86,6 @@ const PublicProfile: React.FC = () => { )}

{user.firstName} {user.lastName}

@{user.username}

- {user.isVerified && ( - - Verified User - - )} {currentUser && currentUser.id !== user.id && (