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 be5ba46 commit abbf59bCopy full SHA for abbf59b
1 file changed
app/components/PackagePlaygrounds.vue
@@ -143,7 +143,7 @@ function focusMenuItem(index: number) {
143
>
144
<span class="flex items-center gap-2">
145
<span class="i-carbon-play w-4 h-4 shrink-0 text-fg-muted" aria-hidden="true" />
146
- <span class="text-fg-muted">{{ links.length }} Playgrounds</span>
+ <span class="text-fg-muted">choose playground ({{ links.length }})</span>
147
</span>
148
<span
149
class="i-carbon-chevron-down w-3 h-3 text-fg-subtle transition-transform duration-200 motion-reduce:transition-none"
0 commit comments