[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update default value for showMobileMenu (#1481)

authored by

Adebesin Tolulope (Lope) and committed by
GitHub
0b441652 13c98482

+1 -1
+1 -1
app/components/AppHeader.vue
··· 124 124 ]) 125 125 126 126 const showFullSearch = shallowRef(false) 127 - const showMobileMenu = shallowRef(true) 127 + const showMobileMenu = shallowRef(false) 128 128 const { env } = useAppConfig().buildInfo 129 129 130 130 // On mobile, clicking logo+search button expands search