From d360b92bc6c29747aca5392e21d87a6a11033b0e Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:58:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Adjust=20color=20and=20spacing?= =?UTF-8?q?=20(#684)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/UserSettings/UserInformation.tsx | 6 +++++- frontend/src/routes/_layout/index.tsx | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/UserSettings/UserInformation.tsx b/frontend/src/components/UserSettings/UserInformation.tsx index 0122b30506..964131bbbf 100644 --- a/frontend/src/components/UserSettings/UserInformation.tsx +++ b/frontend/src/components/UserSettings/UserInformation.tsx @@ -90,7 +90,11 @@ const UserInformation: React.FC = () => { size="md" /> ) : ( - + {currentUser?.full_name || 'N/A'} )} diff --git a/frontend/src/routes/_layout/index.tsx b/frontend/src/routes/_layout/index.tsx index 550dd20810..0de60cb94e 100644 --- a/frontend/src/routes/_layout/index.tsx +++ b/frontend/src/routes/_layout/index.tsx @@ -17,10 +17,10 @@ function Dashboard() { <> - - Hi, {currentUser?.full_name || currentUser?.email} 👋🏼 - - Welcome back, nice to see you again! + + Hi, {currentUser?.full_name || currentUser?.email} 👋🏼 + + Welcome back, nice to see you again!