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 020b11d commit e6dd43cCopy full SHA for e6dd43c
1 file changed
app/components/Code/DirectoryListing.vue
@@ -79,7 +79,7 @@ const bytesFormatter = useBytesFormatter()
79
<LinkBase
80
:to="getCodeRoute(parentPath || undefined)"
81
class="py-2 px-4 font-mono text-sm w-full"
82
- noUnderline
+ no-underline
83
classicon="i-carbon:folder text-yellow-600"
84
>
85
<span class="w-full flex justify-self-stretch items-center gap-2"> .. </span>
@@ -97,7 +97,7 @@ const bytesFormatter = useBytesFormatter()
97
98
:to="getCodeRoute(node.path)"
99
100
101
:classicon="
102
node.type === 'directory'
103
? 'i-carbon:folder text-yellow-600'
0 commit comments