Skip to content

Commit 2a37e09

Browse files
committed
docs: remove unused badge
1 parent 9aa0b03 commit 2a37e09

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/app/pages/templates.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ interface Template {
77
repo: string
88
features: string[]
99
demoUrl: string
10-
workersPaid: boolean
1110
slug: string
1211
}
1312
@@ -81,13 +80,6 @@ import.meta.server && defineOgImageComponent('Docs')
8180
{{ template.description }}
8281
</p>
8382
<div class="flex items-center flex-wrap gap-1">
84-
<UBadge
85-
v-if="template.workersPaid"
86-
label="Workers Paid"
87-
variant="subtle"
88-
size="sm"
89-
class="rounded-full"
90-
/>
9183
<template v-for="feature of template.features" :key="feature.name">
9284
<NuxtLink v-if="feature.hasPage" :to="`/docs/features/${feature.name}`">
9385
<UBadge

0 commit comments

Comments
 (0)