@@ -85,7 +85,7 @@ function NavLinks({
|
|||||||
>
|
>
|
||||||
{isActive ? (
|
{isActive ? (
|
||||||
<motion.span
|
<motion.span
|
||||||
layoutId="site-header-active-tab"
|
layoutId={`site-header-active-tab-${locale}`}
|
||||||
className="absolute inset-0 -z-10 rounded-pill bg-primary shadow-xs"
|
className="absolute inset-0 -z-10 rounded-pill bg-primary shadow-xs"
|
||||||
transition={{ type: "spring", stiffness: 380, damping: 30 }}
|
transition={{ type: "spring", stiffness: 380, damping: 30 }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user