diff --git a/src/page/pengguna/DetailPengguna.jsx b/src/page/pengguna/DetailPengguna.jsx index 6e3750481870d7768cf38b632a68a5ec191b3c73..46565b28e11d1d6f76318cd657a3a9dddb944f6e 100644 --- a/src/page/pengguna/DetailPengguna.jsx +++ b/src/page/pengguna/DetailPengguna.jsx @@ -155,98 +155,116 @@ const DetailPengguna = ({ userId }) => { {user.username} -
+
+ Detail Profile
+ +
- Profil -
-
-
- {user.username} -
-
-
- -
- {user.username} + font-size: 18px; + padding: 1rem; + `}> + +
+ +
+ +
+ Nama: +
+
+ +
+ {user.full_name}
-
- + +
+ +
+
+ Nomor HP: +
+
{user.phone_number}
-
- -
+ +
+ +
+ Alamat: +
+
+
+ font-style: normal; + font-weight: normal;`}> {user.address}, RT {user.neighborhood}, RW {user.hamlet}, Kelurahan {user.urban_village}, Kecamatan {user.sub_district}
+ + + +
+
+