header
This commit is contained in:
parent
5b615caf44
commit
bc5e83a253
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user