You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the official start mark (liftoff beet) takes the panel figure; the
worker beet shrinks into the alpha / under-construction chips as a
small complementary wip marker.
Copy file name to clipboardExpand all lines: apps/website/.vitepress/theme/Landing.vue
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ onMounted(() => {
210
210
{{ formatCount(stars[p.repoFull]) }}
211
211
</span>
212
212
</div>
213
-
<pclass="btv-tag"><spanclass="btv-dot"aria-hidden="true"></span>{{ p.tag }}<spanv-if="p.status"class="btv-chip":title="`${p.name} is ${p.status} — the API will evolve`">{{ p.status }}</span></p>
213
+
<pclass="btv-tag"><spanclass="btv-dot"aria-hidden="true"></span>{{ p.tag }}<spanv-if="p.status"class="btv-chip":title="`${p.name} is ${p.status} — the API will evolve`"><img:src="`/logos/beet-worker-${isDark ? 'dark' : 'light'}.svg`"alt=""aria-hidden="true"class="btv-chip-beet" />{{ p.status }}</span></p>
214
214
<h3class="btv-pname">{{ p.name }}</h3>
215
215
<codeclass="btv-pkg">{{ p.pkg }}</code>
216
216
<pclass="btv-blurb">{{ p.blurb }}</p>
@@ -233,11 +233,11 @@ onMounted(() => {
233
233
<!-- Under construction — the stack, assembled -->
0 commit comments