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}