mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
fix: lint
This commit is contained in:
@@ -31,7 +31,10 @@
|
||||
<component :is="item.icon" class="flex size-5 shrink-0" />
|
||||
<span class="truncate">{{ item.label }}</span>
|
||||
</button>
|
||||
<div v-else class="flex min-w-0 items-center gap-2 font-medium text-secondary text-nowrap">
|
||||
<div
|
||||
v-else
|
||||
class="flex min-w-0 items-center gap-2 font-medium text-secondary text-nowrap"
|
||||
>
|
||||
<component :is="item.icon" class="flex size-5 shrink-0" />
|
||||
<span class="truncate">{{ item.label }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user