Skip to content

Commit fda077b

Browse files
committed
Fixed surround
1 parent 8c23afd commit fda077b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/[...docs].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:value="page"
1010
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" />
1111

12-
<div class="flex items-center justify-between px-4 gap-x-4 md:px-6">
12+
<div v-if="surround" class="flex items-center justify-between px-4 gap-x-4 md:px-6">
1313
<div class="flex flex-col items-start">
1414
<NuxtLink v-if="surround[0]" :to="surround[0].path" class="text-base font-semibold transition text-white hover:text-zinc-300">
1515
&larr; {{ surround[0].title }}

0 commit comments

Comments
 (0)