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