From 63f1ccaab451b5c6845b199f7ed4aec9db19e313 Mon Sep 17 00:00:00 2001 From: User Date: Tue, 12 Mar 2024 14:52:26 +0100 Subject: [PATCH] Color adjustments --- 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!