#Job done

## feat
- Fix bug login
### No issuue
This commit is contained in:
2024-03-01 14:36:02 +08:00
parent b1395a8ded
commit 0f2280f116
31 changed files with 698 additions and 192 deletions

View File

@@ -68,6 +68,7 @@ export default function HomeLayout({
<Text color="white" fw={"bold"}>
HIPMI
</Text>
<Logout/>
{/* <Group spacing={"sm"}>
<ActionIcon>
<IconQrcode />

View File

@@ -96,7 +96,7 @@ export default function HomeView({ dataUser }: { dataUser: MODEL_USER }) {
<>
<Box>
<Paper bg={"dark"} radius={5} my={"xs"}>
<Image alt="logo" src={"/aset/investasi/home-hipmi.png"} />
<Image alt="logo" src={"/aset/home/home-hipmi.png"} />
</Paper>
{/* <pre>{JSON.stringify(stateUser, null, 2)}</pre> */}