feat: always use https
This commit is contained in:
@@ -26,7 +26,7 @@ export function UserAvatar({ className }: { className?: string }) {
|
|||||||
<>
|
<>
|
||||||
{user.profile?.picture ? (
|
{user.profile?.picture ? (
|
||||||
<Avatar.Image
|
<Avatar.Image
|
||||||
src={`//wsrv.nl/?url=${user.profile?.picture}&w=200&h=200`}
|
src={`https://wsrv.nl/?url=${user.profile?.picture}&w=200&h=200`}
|
||||||
alt={user.pubkey}
|
alt={user.pubkey}
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
decoding="async"
|
decoding="async"
|
||||||
|
|||||||
Reference in New Issue
Block a user