We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa0b03 commit 2a37e09Copy full SHA for 2a37e09
docs/app/pages/templates.vue
@@ -7,7 +7,6 @@ interface Template {
7
repo: string
8
features: string[]
9
demoUrl: string
10
- workersPaid: boolean
11
slug: string
12
}
13
@@ -81,13 +80,6 @@ import.meta.server && defineOgImageComponent('Docs')
81
80
{{ template.description }}
82
</p>
83
<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
- />
91
<template v-for="feature of template.features" :key="feature.name">
92
<NuxtLink v-if="feature.hasPage" :to="`/docs/features/${feature.name}`">
93
<UBadge
0 commit comments