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