From 3f9554c8ba090496f996ead4ffa26c0b016239a8 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sat, 28 Mar 2026 01:43:10 +0530 Subject: [PATCH] style: Remove top padding from the ProfileCard container. --- src/components/profile/ProfileCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile/ProfileCard.tsx b/src/components/profile/ProfileCard.tsx index 5eb8480..2828773 100644 --- a/src/components/profile/ProfileCard.tsx +++ b/src/components/profile/ProfileCard.tsx @@ -87,7 +87,7 @@ export function ProfileCard({ }; return ( -
+
{/* Name and Actions Row */}