Skip to content

Commit 5dea421

Browse files
Adebesin-Cellalex-key
authored andcommitted
fix: update default value for showMobileMenu (#1481)
1 parent e8142d3 commit 5dea421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
124124
])
125125
126126
const showFullSearch = shallowRef(false)
127-
const showMobileMenu = shallowRef(true)
127+
const showMobileMenu = shallowRef(false)
128128
const { env } = useAppConfig().buildInfo
129129
130130
// On mobile, clicking logo+search button expands search

0 commit comments

Comments
 (0)