diff --git a/components/Nav/Header.vue b/components/Nav/Header.vue index 90778811..aeaa2dd6 100644 --- a/components/Nav/Header.vue +++ b/components/Nav/Header.vue @@ -39,8 +39,8 @@ const { data: ctas } = useAsyncData('header-nav-ctas', () => const headerContainer = ref(); -const navActive = ref(false); -const navActiveSection = ref(null); +const navActive = ref(true); +const navActiveSection = ref('62c04c6c-5793-4702-8ed1-73dd563fd605'); const toggleActiveSection = (id: string) => { if (unref(navActiveSection) === id) { @@ -68,7 +68,7 @@ onClickOutside(headerContainer, resetNavState);