mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
fix: regretion where google images aren't loaded due to bad referrer policy
This commit is contained in:
@@ -21,7 +21,11 @@ const UserButton = forwardRef<HTMLButtonElement, UserButtonProps>(
|
||||
{...others}
|
||||
>
|
||||
<Group>
|
||||
<Avatar src={image} radius="xl" />
|
||||
<Avatar
|
||||
src={image}
|
||||
radius="xl"
|
||||
imageProps={{ referrerPolicy: 'no-referrer' }}
|
||||
/>
|
||||
|
||||
<div style={{ flex: 1 }}>
|
||||
<Text size="sm" fw={500}>
|
||||
|
||||
Reference in New Issue
Block a user