diff --git a/src/components/player/PlayerInfo.tsx b/src/components/player/PlayerInfo.tsx index ebbe627..32cfa69 100644 --- a/src/components/player/PlayerInfo.tsx +++ b/src/components/player/PlayerInfo.tsx @@ -136,6 +136,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) { onClick={claimProfile} tooltip={

Set as your Profile

} icon={} + ariaLabel="Set as your Profile" /> )} @@ -147,6 +148,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) { tooltip={

Add as Friend

} icon={} color="bg-green-500" + ariaLabel="Add Friend" /> )} @@ -156,6 +158,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) { tooltip={

Remove Friend

} icon={} color="bg-red-500" + ariaLabel="Remove Friend" /> )}