style: restore red underline for active navigation item

This commit is contained in:
张翔
2026-02-27 12:01:59 +08:00
parent f70d8dace9
commit b426bc9b62
+1 -1
View File
@@ -108,7 +108,7 @@ export function Header() {
{isActive(item) && (
<motion.span
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 }}
/>
)}