Skip to content

Commit 852f032

Browse files
committed
replace chart icon
1 parent c341546 commit 852f032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ const config = computed(() => {
256256
@click="openChartModal"
257257
class="text-fg-subtle hover:text-fg transition-colors duration-200 inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1 focus-visible:outline-accent/70 rounded"
258258
:title="$t('package.downloads.analyze')"
259-
classicon="i-carbon:data-analytics"
259+
classicon="i-lucide:chart-line"
260260
>
261261
<span class="sr-only">{{ $t('package.downloads.analyze') }}</span>
262262
</ButtonBase>

0 commit comments

Comments
 (0)