From 39a8d846b4eb13776ee745c5dd2ee6e0e57e2df3 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Fri, 17 Apr 2026 20:20:31 +0530 Subject: [PATCH] fix: improve HeroSection responsiveness and remove expertise tag truncation in user profile page --- src/app/(user)/user/profiles/page.tsx | 2 +- src/components/home/HeroSection.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(user)/user/profiles/page.tsx b/src/app/(user)/user/profiles/page.tsx index 6ee2803..78a2896 100644 --- a/src/app/(user)/user/profiles/page.tsx +++ b/src/app/(user)/user/profiles/page.tsx @@ -346,7 +346,7 @@ function ProfileCard({ profile, resolvedAvatarUrl }: ProfileCardProps) { {expertiseTags.length > 0 && (

Expertise:

-
+
{(showAllTags ? expertiseTags : expertiseTags.slice(0, INITIAL_TAG_COUNT)).map((tag, index) => ( +
{/* Background Image */}
-
+
{/* Headline */}