Skip to content

Commit 0256f32

Browse files
committed
chore: fix DownloadAnalitics.vue
1 parent 206da4e commit 0256f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/DownloadAnalytics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ const chartConfig = computed(() => {
904904
${label}
905905
</span>
906906
907-
<span class="text-base text-[var(--fg)] font-mono tabular-nums text-right">
907+
<span class="text-base text-[var(--fg)] font-mono tabular-nums text-end">
908908
${v}
909909
</span>
910910
</div>`

0 commit comments

Comments
 (0)