File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
app/pages/package/[[org]]/[name] Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -525,15 +525,19 @@ const flatItems = computed<FlatItem[]>(() => {
525525 </div >
526526
527527 <!-- Right side -->
528- <div class =" grid grid-flow-col auto-cols-max items-center gap-2 shrink-0 relative z-10 justify-end" >
528+ <div
529+ class =" grid grid-flow-col auto-cols-max items-center gap-2 shrink-0 relative z-10 justify-end"
530+ >
529531 <span
530532 v-if =" getVersionDownloads(item.version)"
531533 class =" grid grid-flow-col auto-cols-max items-center justify-end gap-1 text-xs text-fg-muted tabular-nums w-24 text-end shrink-0"
532534 :aria-label =" getDownloadsAriaLabel(getVersionDownloads(item.version)!)"
533535 :title =" getDownloadsAriaLabel(getVersionDownloads(item.version)!)"
534536 dir =" ltr"
535537 >
536- <span >{{ numberFormatter.format(getVersionDownloads(item.version)!) }}</span >
538+ <span >{{
539+ numberFormatter.format(getVersionDownloads(item.version)!)
540+ }}</span >
537541 <span class =" i-lucide:chart-line" aria-hidden =" true" ></span >
538542 </span >
539543 <!-- Metadata: date + provenance -->
You can’t perform that action at this time.
0 commit comments