From 01157d8e7dcb21d35275d34b6232515a236c53d5 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 1 Nov 2024 14:53:19 -0700 Subject: [PATCH] chore: migrated profile page to tailwindcss --- src/components/UserProfile/UserProfile.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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}