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 70c2444 commit fd28259Copy full SHA for fd28259
app/components/VersionSelector.vue
@@ -613,11 +613,7 @@ watch(
613
v-for="tag in v.tags"
614
:key="tag"
615
class="text-4xs px-1 py-0.5 rounded font-sans font-medium"
616
- :class="
617
- tag === 'latest'
618
- ? 'bg-emerald-500/10 text-emerald-400'
619
- : 'bg-bg-muted text-fg-subtle'
620
- "
+ :class="tag === 'latest' ? 'badge-accent' : 'badge-subtle'"
621
>
622
{{ tag }}
623
</span>
0 commit comments