Skip to content

Commit ddb9bda

Browse files
committed
fix: add missing closing tags in button.vue demo
1 parent 1631de7 commit ddb9bda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/showcase/demos/button.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<UiButton variant="positive">Positive</UiButton>
2222
</div>
2323
</div>
24+
</div>
25+
</div>
2426
<div>
2527
<p class="text-xs font-medium text-muted-foreground uppercase tracking-wider mb-3">Tailles</p>
2628
<div class="flex flex-wrap items-center gap-3">

0 commit comments

Comments
 (0)