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 8c23afd commit fda077bCopy full SHA for fda077b
docs/pages/docs/[...docs].vue
@@ -9,7 +9,7 @@
9
:value="page"
10
class="max-w-screen-md prose prose-invert prose-p:mb-6 prose-p:font-normal prose-p:text-[#CECFD2] px-4 md:px-6" />
11
12
- <div class="flex items-center justify-between px-4 gap-x-4 md:px-6">
+ <div v-if="surround" class="flex items-center justify-between px-4 gap-x-4 md:px-6">
13
<div class="flex flex-col items-start">
14
<NuxtLink v-if="surround[0]" :to="surround[0].path" class="text-base font-semibold transition text-white hover:text-zinc-300">
15
← {{ surround[0].title }}
0 commit comments