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 40a1562 commit 4ba4a99Copy full SHA for 4ba4a99
1 file changed
app/components/Package/Playgrounds.vue
@@ -33,7 +33,7 @@ const providerColors: Record<string, string> = {
33
}
34
35
function getIcon(provider: string): string {
36
- return providerIcons[provider] || 'i-carbon:play'
+ return providerIcons[provider] || 'i-lucide:play'
37
38
39
function getColor(provider: string): string {
@@ -145,7 +145,7 @@ function focusMenuItem(index: number) {
145
@keydown="handleKeydown"
146
>
147
<span class="flex items-center gap-2">
148
- <span class="i-carbon:play w-4 h-4 shrink-0 text-fg-muted" aria-hidden="true" />
+ <span class="i-lucide:play w-4 h-4 shrink-0 text-fg-muted" aria-hidden="true" />
149
<span class="text-fg-muted"
150
>{{ $t('package.playgrounds.choose') }} ({{ links.length }})</span
151
0 commit comments