add hover msg to misses on score
All checks were successful
deploy / deploy (push) Successful in 1m7s

This commit is contained in:
Lee 2023-10-28 00:42:39 +01:00
parent f71f343c34
commit 07a7fdf4f9

@ -138,6 +138,7 @@ export default function Score({ score, player, leaderboard }: ScoreProps) {
"min-w-[2rem]",
isFullCombo ? "bg-green-500" : "bg-red-500",
)}
title={isFullCombo ? "Full Combo" : `${score.missedNotes}x Missed Notes`}
icon={
isFullCombo ? (
<CheckIcon width={20} height={20} />