upd: view profile
Deskripsi: - nambah pilih gender pada edit profile - nambah info gender pada halaman profile No Issues
This commit is contained in:
@@ -6,6 +6,7 @@ import { RiIdCardFill } from "react-icons/ri";
|
||||
import { FaSquarePhone } from "react-icons/fa6";
|
||||
import { MdEmail } from "react-icons/md";
|
||||
import { InfoTitleProfile } from "../component/ui/ui_profile";
|
||||
import { IoMaleFemale } from "react-icons/io5";
|
||||
|
||||
export default function ViewProfile() {
|
||||
return (
|
||||
@@ -50,6 +51,13 @@ export default function ViewProfile() {
|
||||
</Group>
|
||||
<Text fz={18} fw={'bold'} ta={"right"}>marcel@gmail.com</Text>
|
||||
</Group>
|
||||
<Group justify="space-between" grow py={5}>
|
||||
<Group>
|
||||
<IoMaleFemale size={28} />
|
||||
<Text fz={18}>Gender</Text>
|
||||
</Group>
|
||||
<Text fz={18} fw={'bold'} ta={"right"}>Laki-laki</Text>
|
||||
</Group>
|
||||
|
||||
</Box>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user