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.
On this page
1 parent b45217c commit 5f28e74Copy full SHA for 5f28e74
src/client/theme-default/components/VPLocalNavOutlineDropdown.vue
@@ -59,7 +59,7 @@ function scrollToTop() {
59
ref="main"
60
>
61
<button @click="toggle" :class="{ open }" v-if="headers.length > 0">
62
- {{ resolveTitle(theme) }}
+ <span class="menu-text">{{ resolveTitle(theme) }}</span>
63
<span class="vpi-chevron-right icon" />
64
</button>
65
<button @click="scrollToTop" v-else>
0 commit comments