fix cursor when hovering on score rank
All checks were successful
Deploy / deploy (push) Successful in 5m23s

This commit is contained in:
Lee 2024-10-01 09:53:39 +01:00
parent fd57a97712
commit 008d3298a6

@ -14,7 +14,7 @@ export default function ScoreRankInfo({ score }: Props) {
<div className="flex w-full flex-row justify-between lg:w-[125px] lg:flex-col lg:justify-center items-center">
<div className="flex gap-1 items-center">
<GlobeAmericasIcon className="w-5 h-5" />
<p className="text-pp">#{formatNumberWithCommas(score.rank)}</p>
<p className="text-pp cursor-default">#{formatNumberWithCommas(score.rank)}</p>
</div>
<Tooltip
display={