From ac9af4a4e9f433b15beca1375a4bce8da9cb6661 Mon Sep 17 00:00:00 2001 From: Marcin-Ramotowski Date: Sun, 13 Apr 2025 20:46:21 +0200 Subject: [PATCH] Corrected buttons position and bolded labels --- frontend/src/pages/Profile.tsx | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index 2534ceb..31a67dc 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -52,7 +52,7 @@ const Profile = () => {

👤 Twój profil

- + {editMode ? ( {
- + {editMode ? ( {
- +

{user.role}

@@ -103,27 +103,25 @@ const Profile = () => { ) : ( +
+ + - )} - {!editMode && ( -
- -
)}