diff --git a/front/views/ProfileView.tsx b/front/views/ProfileView.tsx index c67cf4b4..1510b577 100644 --- a/front/views/ProfileView.tsx +++ b/front/views/ProfileView.tsx @@ -34,7 +34,7 @@ const ProfileView = () => { const isBigScreen = layout.width > 650; return ( - + { flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between', + gap: 5, }} > - + {userQuery.data.name}