From ee9dbbc22e81c6188359b51dd0cb5e62744b6626 Mon Sep 17 00:00:00 2001 From: swve Date: Thu, 12 Oct 2023 20:28:53 +0200 Subject: [PATCH] feat: little headerprofile changes --- front/components/Security/HeaderProfileBox.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front/components/Security/HeaderProfileBox.tsx b/front/components/Security/HeaderProfileBox.tsx index 441f72ca..7dd781bb 100644 --- a/front/components/Security/HeaderProfileBox.tsx +++ b/front/components/Security/HeaderProfileBox.tsx @@ -28,13 +28,13 @@ export const HeaderProfileBox = () => { )} {auth.isAuthenticated && ( - -
{auth.userInfo.user_object.full_name}
+ +
{auth.userInfo.user_object.full_name}
- +
)}