From c643f45c5f19bf1785d66de5920f2f48833817b3 Mon Sep 17 00:00:00 2001
From: ahsanshiekh94
Date: Sun, 25 Aug 2024 23:32:53 +0500
Subject: [PATCH] Fix card flickering on hover
---
src/components/Profile/Profile.jsx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/components/Profile/Profile.jsx b/src/components/Profile/Profile.jsx
index aa95fc78..f6bc254f 100644
--- a/src/components/Profile/Profile.jsx
+++ b/src/components/Profile/Profile.jsx
@@ -48,10 +48,7 @@ function Card({ data }) {
{data.location}
-
+
{data.skills &&
data.skills.map((skill, index) => {
return (