diff --git a/frontend/components/global/MegaMenu.vue b/frontend/components/global/MegaMenu.vue index d444049..632890d 100644 --- a/frontend/components/global/MegaMenu.vue +++ b/frontend/components/global/MegaMenu.vue @@ -93,7 +93,7 @@ watch( }, { immediate: true, - } + }, ); watch(isOpen, async (newValue) => { @@ -109,7 +109,7 @@ watch(isOpen, async (newValue) => { { background: "white", }, - "=" + "=", ); } else { gsapTimeline @@ -120,7 +120,7 @@ watch(isOpen, async (newValue) => { }, { filter: prevNavbarStyle.value.itemFilter, - } + }, ) .fromTo( "#header-navbar", @@ -130,7 +130,7 @@ watch(isOpen, async (newValue) => { { background: prevNavbarStyle.value.background, }, - "=" + "=", ); } }); @@ -161,7 +161,7 @@ onMounted(() => {
-
+