fix cursor when hovering on score rank
All checks were successful
Deploy / deploy (push) Successful in 5m23s
All checks were successful
Deploy / deploy (push) Successful in 5m23s
This commit is contained in:
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 w-full flex-row justify-between lg:w-[125px] lg:flex-col lg:justify-center items-center">
|
||||||
<div className="flex gap-1 items-center">
|
<div className="flex gap-1 items-center">
|
||||||
<GlobeAmericasIcon className="w-5 h-5" />
|
<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>
|
</div>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
display={
|
display={
|
||||||
|
Reference in New Issue
Block a user