update
This commit is contained in:
@ -65,6 +65,9 @@ const MainNav = () => {
|
||||
key={navigation.title + index}
|
||||
>
|
||||
<Link
|
||||
onClick={() => {
|
||||
setActivePopup(() => -1);
|
||||
}}
|
||||
href={navigation.href}
|
||||
target={navigation.target}
|
||||
className={`${
|
||||
@ -88,6 +91,9 @@ const MainNav = () => {
|
||||
{navigation.children.map((child) => (
|
||||
<li key={child.href}>
|
||||
<Link
|
||||
onClick={() => {
|
||||
setActivePopup(() => -1);
|
||||
}}
|
||||
className={
|
||||
"h-10 flex justify-center items-center text-[13px] px-2 hover:text-[#fe5722]"
|
||||
}
|
||||
|
Reference in New Issue
Block a user