style: restore red underline for active navigation item
This commit is contained in:
@@ -108,7 +108,7 @@ export function Header() {
|
|||||||
{isActive(item) && (
|
{isActive(item) && (
|
||||||
<motion.span
|
<motion.span
|
||||||
layoutId="activeNav"
|
layoutId="activeNav"
|
||||||
className="absolute bottom-0 left-1/2 -translate-x-1/2 w-6 h-0.5 bg-[#1C1C1C] rounded-full"
|
className="absolute bottom-0 left-1/2 -translate-x-1/2 w-6 h-0.5 bg-[#C41E3A] rounded-full"
|
||||||
transition={{ type: "spring", stiffness: 380, damping: 30 }}
|
transition={{ type: "spring", stiffness: 380, damping: 30 }}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user