From 0fdad5a6c2e3597e233dd2d713dbc62295114bf6 Mon Sep 17 00:00:00 2001 From: pajri Date: Thu, 29 Dec 2022 11:52:09 +0700 Subject: [PATCH] rubah tampilan menu profile --- .../dashboard/src/pages/Profile/Index.tsx | 179 +++++++++--------- 1 file changed, 94 insertions(+), 85 deletions(-) diff --git a/frontend/dashboard/src/pages/Profile/Index.tsx b/frontend/dashboard/src/pages/Profile/Index.tsx index 2603c796..2a976ae0 100644 --- a/frontend/dashboard/src/pages/Profile/Index.tsx +++ b/frontend/dashboard/src/pages/Profile/Index.tsx @@ -226,93 +226,102 @@ export default function List() { - - - - - - - Profil - - - - - - - - - ID - - {user?.id ? user?.id : '-'} - - - - Nama - - Perdi - - - - Telepon - - 2131231231 - - - - Email - - {user?.email ? user?.email : '-'} - - - - - - - - - - - - Keamanan - - - - - - -
- -
-
-
-
-
- - Logout - -
+ + + + Profil + + + + + + + + + + ID + + {user?.id ? user?.id : '-'} + + + + Nama + + Perdi + + + + + + Telepon + + 2131231231 + + + + Email + + {user?.email ? user?.email : '-'} + + + + + + + + + + + + + + Keamanan + + + + + + +
+ +
+
+
+
+ + + +
+ {/* */}