From 858777e828fd7ed0fc578b1964ad9567287cd526 Mon Sep 17 00:00:00 2001 From: Adrian <107351903+6lr61@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:48:15 +0200 Subject: [PATCH] refactor: use 70x70 avatars instead of the default 300x300 --- src/components/ProfilePicture.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ProfilePicture.tsx b/src/components/ProfilePicture.tsx index 6981867..c98e4b7 100644 --- a/src/components/ProfilePicture.tsx +++ b/src/components/ProfilePicture.tsx @@ -10,7 +10,10 @@ export default function ProfilePicture({ return (
{userData.data?.profile_image_url ? ( - + ) : (
)}