Skip to content

Commit 4ba4a99

Browse files
committed
replace play icon
1 parent 40a1562 commit 4ba4a99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Package/Playgrounds.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const providerColors: Record<string, string> = {
3333
}
3434
3535
function getIcon(provider: string): string {
36-
return providerIcons[provider] || 'i-carbon:play'
36+
return providerIcons[provider] || 'i-lucide:play'
3737
}
3838
3939
function getColor(provider: string): string {
@@ -145,7 +145,7 @@ function focusMenuItem(index: number) {
145145
@keydown="handleKeydown"
146146
>
147147
<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" />
148+
<span class="i-lucide:play w-4 h-4 shrink-0 text-fg-muted" aria-hidden="true" />
149149
<span class="text-fg-muted"
150150
>{{ $t('package.playgrounds.choose') }} ({{ links.length }})</span
151151
>

0 commit comments

Comments
 (0)