diff --git a/src/app/(user)/user/profiles/page.tsx b/src/app/(user)/user/profiles/page.tsx index 678c219..0b1d4ee 100644 --- a/src/app/(user)/user/profiles/page.tsx +++ b/src/app/(user)/user/profiles/page.tsx @@ -265,7 +265,7 @@ function ProfileCard({ profile, resolvedAvatarUrl }: ProfileCardProps) { const truncatedDescription = description && description.length > maxDescLength ? description.slice(0, maxDescLength) + '...' : description || ''; - const INITIAL_TAG_COUNT = 3; + const INITIAL_TAG_COUNT = 5; return (
Expertise:
-Expertise:
-