Skip to content

Commit e6dd43c

Browse files
committed
refactor: change attr to kebab case
1 parent 020b11d commit e6dd43c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Code/DirectoryListing.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const bytesFormatter = useBytesFormatter()
7979
<LinkBase
8080
:to="getCodeRoute(parentPath || undefined)"
8181
class="py-2 px-4 font-mono text-sm w-full"
82-
noUnderline
82+
no-underline
8383
classicon="i-carbon:folder text-yellow-600"
8484
>
8585
<span class="w-full flex justify-self-stretch items-center gap-2"> .. </span>
@@ -97,7 +97,7 @@ const bytesFormatter = useBytesFormatter()
9797
<LinkBase
9898
:to="getCodeRoute(node.path)"
9999
class="py-2 px-4 font-mono text-sm w-full"
100-
noUnderline
100+
no-underline
101101
:classicon="
102102
node.type === 'directory'
103103
? 'i-carbon:folder text-yellow-600'

0 commit comments

Comments
 (0)