Skip to content

Commit

Permalink
[frontend] fix package quality icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Jan 5, 2024
1 parent ab0b729 commit 0b05a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/package/PackageQualityIcon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
outerCircleDashOffset = convertRange(maxBasePoints - basePoints, [0, maxBasePoints], [18, 100]);
innerLineY = convertRange(maxExtraPoints - extraPoints, [0, maxExtraPoints], [13, 27]);
innerLineY = convertRange(maxExtraPoints - extraPoints, [0, maxExtraPoints], [13, 30]);
}
</script>

Expand Down

0 comments on commit 0b05a25

Please sign in to comment.