Skip to content

Commit 1b7f0e4

Browse files
committed
replace data icon
1 parent 1556b48 commit 1b7f0e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/VersionDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ const endDate = computed(() => {
591591
<!-- No-data state -->
592592
<div v-if="!hasData && !pending && !error" class="flex items-center justify-center h-full">
593593
<div class="text-sm text-fg-subtle font-mono text-center flex flex-col items-center gap-2">
594-
<span class="i-carbon:data-vis-4 w-8 h-8" />
594+
<span class="i-lucide:database w-8 h-8" />
595595
<p>{{ $t('package.trends.no_data') }}</p>
596596
</div>
597597
</div>

0 commit comments

Comments
 (0)