From 87a9fdfaf2f4c98e1360d8bf90e223b8e8fae571 Mon Sep 17 00:00:00 2001 From: Hadj Said Bouras Date: Tue, 28 Nov 2023 10:17:41 +0100 Subject: [PATCH] style(profile.jsx): change the color of the avatar --- src/components/profile/Profile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile/Profile.jsx b/src/components/profile/Profile.jsx index 840570b..7045df5 100644 --- a/src/components/profile/Profile.jsx +++ b/src/components/profile/Profile.jsx @@ -47,7 +47,7 @@ const Profile = () => {
{!avatarUrl ? ( -
+
{name && name[0]}
) : (