This commit is contained in:
Meenadeveloper 2025-12-11 17:54:42 +05:30
parent 5b615caf44
commit bc5e83a253

View File

@ -108,9 +108,9 @@ const SparkleNavbar = ({ items, color = "#0fec1eff", onItemClick }) => {
activeIndex === index ? 'text-black' : 'text-gray-900 hover:text-gray-600' activeIndex === index ? 'text-black' : 'text-gray-900 hover:text-gray-600'
}`} }`}
style={{ style={{
textShadow: activeIndex === index // textShadow: activeIndex === index
? `0 0 10px ${color}, 0 0 20px ${color}, 0 0 30px ${color}` // ? `0 0 10px ${color}, 0 0 20px ${color}, 0 0 30px ${color}`
: 'none' // : 'none'
}} }}
> >
{item} {item}