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.
2 parents a04d657 + 4a074a9 commit 9f96284Copy full SHA for 9f96284
1 file changed
app/pages/code/[...path].vue
@@ -339,16 +339,17 @@ useSeoMeta({
339
340
<!-- Breadcrumb navigation -->
341
<nav
342
- v-if="filePath"
343
aria-label="File path"
344
class="flex items-center gap-1 font-mono text-sm overflow-x-auto"
345
>
346
<NuxtLink
+ v-if="filePath"
347
:to="getCodeUrl()"
348
class="text-fg-muted hover:text-fg transition-colors shrink-0"
349
350
root
351
</NuxtLink>
352
+ <span v-else class="text-fg shrink-0">root</span>
353
<template v-for="(crumb, i) in breadcrumbs" :key="crumb.path">
354
<span class="text-fg-subtle">/</span>
355
0 commit comments