From dde23df13b83fa3f1cd9bc5dd15fc52f0eacf5b0 Mon Sep 17 00:00:00 2001 From: reya <123083837+reyamir@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:42:37 +0700 Subject: [PATCH] feat: always use https --- src/components/user/avatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/user/avatar.tsx b/src/components/user/avatar.tsx index 6d7eb16..6cf9d62 100644 --- a/src/components/user/avatar.tsx +++ b/src/components/user/avatar.tsx @@ -26,7 +26,7 @@ export function UserAvatar({ className }: { className?: string }) { <> {user.profile?.picture ? (