From 04eaed21b7f7ebf21c5eee72995b66697e93671f Mon Sep 17 00:00:00 2001 From: amel Date: Thu, 4 Jul 2024 12:25:01 +0800 Subject: [PATCH] upd: tampilan profile Deskripsi: - update tampilan profile user No Issues --- src/module/user/profile/view/view_profile.tsx | 38 +++++++++++++++++-- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/src/module/user/profile/view/view_profile.tsx b/src/module/user/profile/view/view_profile.tsx index 2c59e62..902e2a1 100644 --- a/src/module/user/profile/view/view_profile.tsx +++ b/src/module/user/profile/view/view_profile.tsx @@ -1,7 +1,10 @@ import { LayoutNavbarHome, WARNA } from "@/module/_global"; -import { ActionIcon, Group, Stack, Text } from "@mantine/core"; +import { ActionIcon, Anchor, Box, Flex, Group, Stack, Text } from "@mantine/core"; import { BsInfo } from "react-icons/bs"; import { HiUser } from "react-icons/hi2"; +import { RiIdCardFill } from "react-icons/ri"; +import { FaSquarePhone } from "react-icons/fa6"; +import { MdEmail } from "react-icons/md"; export default function ViewProfile() { return ( @@ -18,12 +21,41 @@ export default function ViewProfile() { justify="center" gap="xs" > - - + Fibra Marcell Kepala Urusan Pengembangan + + + Informasi + + Edit + + + + + + NIK + + 513177782899 + + + + + NoTelepon + + +62038939293 + + + + + Email + + marcel@gmail.com + + + ) } \ No newline at end of file