From 89dc297f04688f1d82b367ee8aa35c0fda403492 Mon Sep 17 00:00:00 2001 From: Bhoopesh Date: Wed, 13 Dec 2023 20:51:28 +0530 Subject: [PATCH] fix: aboutCard skill issue :( --- src/components/AboutCard/AboutCard.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/AboutCard/AboutCard.tsx b/src/components/AboutCard/AboutCard.tsx index ab24e4d..b234c22 100644 --- a/src/components/AboutCard/AboutCard.tsx +++ b/src/components/AboutCard/AboutCard.tsx @@ -6,8 +6,11 @@ const AboutCard: React.FC = ({ cardRef }) => { const content1 = AboutContent.content1; const content2 = AboutContent.content2; return ( -
-

+

+

{content}