feat: always use https

This commit is contained in:
reya
2024-08-05 09:42:37 +07:00
parent 4cb9bfd3bd
commit dde23df13b

View File

@@ -26,7 +26,7 @@ export function UserAvatar({ className }: { className?: string }) {
<>
{user.profile?.picture ? (
<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}
loading="lazy"
decoding="async"