diff --git a/src/components/UserProfile/UserProfile.tsx b/src/components/UserProfile/UserProfile.tsx index 190ff51..45c788b 100644 --- a/src/components/UserProfile/UserProfile.tsx +++ b/src/components/UserProfile/UserProfile.tsx @@ -76,10 +76,10 @@ const UserProfile: React.FC = () => { }, []) const desktopLayout = () => ( -
-
- {UserIcon} -

{user?.displayName}

+
+
+
{UserIcon}
+

{user?.displayName}

@@ -149,10 +149,10 @@ const UserProfile: React.FC = () => { ) const mobileLayout = () => ( -
-
- {UserIcon} -

{user?.displayName}

+
+
+
{UserIcon}
+

{user?.displayName}