Skip to content

Commit e9dad28

Browse files
committed
fix: file naming
1 parent 037ffc1 commit e9dad28

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const scoreMetrics = computed(() => {
2727
})
2828
2929
function getScoreColor(percentage: number): string {
30-
// Interpolate hue from red (25) to green (145) based on percentage
3130
const hue = 25 + (percentage / 100) * (145 - 25)
3231
return `oklch(0.55 0.12 ${hue})`
3332
}

app/pages/package/[...package].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ defineOgImageComponent('Package', {
11021102
<PackageWeeklyDownloadStats :packageName :createdIso="pkg?.time?.created ?? null" />
11031103

11041104
<!-- Package scores -->
1105-
<PackageScoreGauges :packageName />
1105+
<PackageScoreBars :packageName />
11061106

11071107
<!-- Playground links -->
11081108
<PackagePlaygrounds

0 commit comments

Comments
 (0)