Skip to content

Commit 4974d56

Browse files
committed
fix: remove exclamation mark accidentally added
1 parent 205c937 commit 4974d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Tag/Static.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ const props = withDefaults(
1111
class="bg-bg-muted text-fg-muted inline-flex gap-x-1 items-center justify-center font-mono border border-transparent rounded-md text-xs px-2 py-0.5"
1212
:class="{ 'opacity-40': variant === 'disabled' }"
1313
>
14-
<slot />!
14+
<slot />
1515
</component>
1616
</template>

0 commit comments

Comments
 (0)