add player stat badges
All checks were successful
Deploy SSR / deploy (push) Successful in 1m12s

This commit is contained in:
Lee
2024-09-12 19:09:54 +01:00
parent 17c40edc3a
commit e8d864e531
5 changed files with 114 additions and 25 deletions

View File

@ -97,7 +97,7 @@ export default function PlayerRankChart({ player }: Props) {
lineTension: 0.5,
data: playerRankHistory,
label: "Rank",
borderColor: "#c084fc",
borderColor: "#a147fa",
fill: false,
color: "#fff",
},