This commit is contained in:
parent
4da95e344d
commit
5a074d68be
@ -39,7 +39,7 @@ export default function ClaimProfile({ playerId }: Props) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Tooltip display={<p>Set as your profile</p>}>
|
<Tooltip display={<p>Set as your profile</p>} side={"bottom"}>
|
||||||
<Button variant={"outline"} onClick={claimProfile}>
|
<Button variant={"outline"} onClick={claimProfile}>
|
||||||
<CheckIcon className="size-6 text-green-500" />
|
<CheckIcon className="size-6 text-green-500" />
|
||||||
</Button>
|
</Button>
|
||||||
|
Reference in New Issue
Block a user