add hover msg to misses on score
All checks were successful
deploy / deploy (push) Successful in 1m7s
All checks were successful
deploy / deploy (push) Successful in 1m7s
This commit is contained in:
parent
f71f343c34
commit
07a7fdf4f9
@ -138,6 +138,7 @@ export default function Score({ score, player, leaderboard }: ScoreProps) {
|
|||||||
"min-w-[2rem]",
|
"min-w-[2rem]",
|
||||||
isFullCombo ? "bg-green-500" : "bg-red-500",
|
isFullCombo ? "bg-green-500" : "bg-red-500",
|
||||||
)}
|
)}
|
||||||
|
title={isFullCombo ? "Full Combo" : `${score.missedNotes}x Missed Notes`}
|
||||||
icon={
|
icon={
|
||||||
isFullCombo ? (
|
isFullCombo ? (
|
||||||
<CheckIcon width={20} height={20} />
|
<CheckIcon width={20} height={20} />
|
||||||
|
Loading…
Reference in New Issue
Block a user