Skip to content

Commit 754d523

Browse files
committed
cleanup: Remove unused prototype code
1 parent c40861e commit 754d523

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/app/src/components/ui/badge/Badge.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const badgeVariants = cva(
2727
outline: 'text-foreground',
2828
success: 'border-transparent bg-green-500 text-white',
2929
warning: 'border-transparent bg-yellow-500 text-white',
30-
maintenance: 'border-transparent bg-blue-500 text-white',
3130
},
3231
},
3332
defaultVariants: {

0 commit comments

Comments
 (0)