From 4589016da338bcd589ed5cd1995cc4baef8f704b Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Fri, 27 Mar 2026 07:40:07 +0530 Subject: [PATCH] style: add minimum height to SpecializationCard component --- src/components/profile/SpecializationCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile/SpecializationCard.tsx b/src/components/profile/SpecializationCard.tsx index c8209a6..f2ded97 100644 --- a/src/components/profile/SpecializationCard.tsx +++ b/src/components/profile/SpecializationCard.tsx @@ -29,7 +29,7 @@ export function SpecializationCard({ }; return ( -
+
{icon}

{title}