File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ const numberFormatter = useNumberFormatter()
118118 <div class =" flex items-center gap-1.5" >
119119 <dt class =" sr-only" >{{ $t('package.card.weekly_downloads') }}</dt >
120120 <dd class =" flex items-center gap-1.5" >
121- <span class =" i-carbon :chart-line w-3.5 h-3.5" aria-hidden =" true" />
121+ <span class =" i-lucide :chart-line w-3.5 h-3.5" aria-hidden =" true" />
122122 <span class =" font-mono" >{{ $n(result.downloads.weekly) }}/w</span >
123123 </dd >
124124 </div >
@@ -152,7 +152,7 @@ const numberFormatter = useNumberFormatter()
152152 v-if =" result.downloads?.weekly"
153153 class =" text-fg-subtle gap-2 flex items-center justify-end"
154154 >
155- <span class =" i-carbon :chart-line w-3.5 h-3.5" aria-hidden =" true" />
155+ <span class =" i-lucide :chart-line w-3.5 h-3.5" aria-hidden =" true" />
156156 <span class =" font-mono text-xs" >
157157 {{ $n(result.downloads.weekly) }} {{ $t('common.per_week') }}
158158 </span >
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ defineOgImageComponent('Default', {
190190 class =" text-fg-subtle text-xs mt-1 flex items-center gap-1.5 justify-end cursor-help"
191191 :title =" $t('common.vanity_downloads_hint', { count: filteredCount }, filteredCount)"
192192 >
193- <span class =" i-carbon :chart-line w-3.5 h-3.5" aria-hidden =" true" />
193+ <span class =" i-lucide :chart-line w-3.5 h-3.5" aria-hidden =" true" />
194194 <span class =" font-mono"
195195 >{{ $n(totalWeeklyDownloads) }} {{ $t('common.per_week') }}</span
196196 >
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ defineOgImageComponent('Default', {
166166 class =" text-fg-subtle text-xs mt-1 flex items-center gap-1.5 justify-end cursor-help"
167167 :title =" $t('common.vanity_downloads_hint', { count: filteredCount }, filteredCount)"
168168 >
169- <span class =" i-carbon :chart-line w-3.5 h-3.5" aria-hidden =" true" />
169+ <span class =" i-lucide :chart-line w-3.5 h-3.5" aria-hidden =" true" />
170170 <span class =" font-mono"
171171 >{{ $n(totalWeeklyDownloads) }} {{ $t('common.per_week') }}</span
172172 >
You can’t perform that action at this time.
0 commit comments