leaderboard: bronze fix

This commit is contained in:
tree🌴 2024-01-26 02:34:02 +01:00
parent 6bfc159520
commit efa0d7e2d7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function getPoint (num){
<td align="right"> <td align="right">
{[getPoint(contrib.contributions)].map((r) => ( {[getPoint(contrib.contributions)].map((r) => (
<div> <div>
{r < 3 && {r < 4 &&
<span class="mr-4"> <span class="mr-4">
{r === "1" && "🥇"} {r === "1" && "🥇"}
{r === "2" && "🥈"} {r === "2" && "🥈"}