fix badges
This commit is contained in:
parent
1fa20b6e52
commit
2abfb0590a
@ -12,9 +12,12 @@ export default function PlayerBadges({ player }: Props) {
|
|||||||
{player.badges?.map((badge, index) => {
|
{player.badges?.map((badge, index) => {
|
||||||
return (
|
return (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
side={"bottom"}
|
|
||||||
key={index}
|
key={index}
|
||||||
display={<p>{badge.description}</p>}
|
display={
|
||||||
|
<p className="cursor-default pointer-events-none">
|
||||||
|
{badge.description}
|
||||||
|
</p>
|
||||||
|
}
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<Image
|
<Image
|
||||||
|
Reference in New Issue
Block a user