From bc5e83a2533ad607c2aa7ac05e023ae16b70e316 Mon Sep 17 00:00:00 2001 From: Meenadeveloper Date: Thu, 11 Dec 2025 17:54:42 +0530 Subject: [PATCH] header --- src/components/common/ProfileHeader.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/common/ProfileHeader.jsx b/src/components/common/ProfileHeader.jsx index 20adeb2..4e95420 100644 --- a/src/components/common/ProfileHeader.jsx +++ b/src/components/common/ProfileHeader.jsx @@ -108,9 +108,9 @@ const SparkleNavbar = ({ items, color = "#0fec1eff", onItemClick }) => { activeIndex === index ? 'text-black' : 'text-gray-900 hover:text-gray-600' }`} style={{ - textShadow: activeIndex === index - ? `0 0 10px ${color}, 0 0 20px ${color}, 0 0 30px ${color}` - : 'none' + // textShadow: activeIndex === index + // ? `0 0 10px ${color}, 0 0 20px ${color}, 0 0 30px ${color}` + // : 'none' }} > {item}