We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69073ae commit fd3da77Copy full SHA for fd3da77
layouts/component.vue
@@ -16,7 +16,7 @@
16
<span class="govuk-caption-xl" v-if="page.title != 'Components'">Components</span>
17
<ContentDoc/>
18
19
- <ContentNavigation v-slot="{ navigation }" :query="componentsQuery" v-if="page.title === 'Components'">
+ <ContentNavigation v-slot="{ navigation }" :query="componentsQuery" v-if="!isDesktop && page.title === 'Components'">
20
<nav>
21
<ul class="govuk-list">
22
<li class="govuk-!-margin-bottom-2" v-for="link in navigation[0].children" :key="link._path">
0 commit comments