From 1d48bd8b4735f789f0eb786508145f5a7fb90b1b Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sat, 28 Mar 2026 20:08:23 +0530 Subject: [PATCH] fix --- src/components/home/TestimonialsSection.tsx | 2 +- src/components/settings/ProfileSettingsForm.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/home/TestimonialsSection.tsx b/src/components/home/TestimonialsSection.tsx index ad5a14a..ead5cfd 100644 --- a/src/components/home/TestimonialsSection.tsx +++ b/src/components/home/TestimonialsSection.tsx @@ -110,7 +110,7 @@ export function TestimonialsSection({ content }: { content?: TestimonialsContent const data = content ?? defaultContent; return ( -
+
{/* Section Header */}
diff --git a/src/components/settings/ProfileSettingsForm.tsx b/src/components/settings/ProfileSettingsForm.tsx index 4b56faa..d63d1a9 100644 --- a/src/components/settings/ProfileSettingsForm.tsx +++ b/src/components/settings/ProfileSettingsForm.tsx @@ -432,7 +432,7 @@ export function ProfileSettingsForm({ {/* Row 1: First Name & Last Name */}
-
-