this makes lighthouse mad idk why
All checks were successful
Deploy SSR / deploy (push) Successful in 1m10s
All checks were successful
Deploy SSR / deploy (push) Successful in 1m10s
This commit is contained in:
parent
39a443ffff
commit
2ecffe7c1f
@ -43,7 +43,7 @@ export default function PlayerHeader({ player }: Props) {
|
||||
<Card>
|
||||
<div className="flex gap-3 flex-col items-center text-center lg:flex-row lg:items-start lg:text-start relative select-none">
|
||||
<Avatar className="w-32 h-32 pointer-events-none">
|
||||
<AvatarImage fetchPriority="high" src={player.profilePicture} />
|
||||
<AvatarImage src={player.profilePicture} />
|
||||
</Avatar>
|
||||
<div className="w-full flex gap-2 flex-col justify-center items-center lg:justify-start lg:items-start">
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user