Update image not load
This commit is contained in:
ivan-sim
2023-10-12 15:07:15 +07:00
parent c9cb5c20e2
commit 909231a697
2 changed files with 1 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

View File

@@ -53,8 +53,6 @@ export default function DetailHistory() {
}, []); }, []);
console.log(data?.data?.claim_item.length);
return ( return (
<Page title="Detail"> <Page title="Detail">
<Container maxWidth={themeStretch ? false : 'xl'}> <Container maxWidth={themeStretch ? false : 'xl'}>
@@ -281,7 +279,7 @@ export default function DetailHistory() {
spacing={1} spacing={1}
> >
<Typography variant="body2" sx={{ fontStyle: 'italic', color: '#637381' }}>Note : Apabila terdapat perbedaan nominal silahkan hubungi kami </Typography> <Typography variant="body2" sx={{ fontStyle: 'italic', color: '#637381' }}>Note : Apabila terdapat perbedaan nominal silahkan hubungi kami </Typography>
<img alt="Gmail Icon" sx={{ height: 32, width: 30 }} src="/icons/ic_gmail.svg" /> <img alt="Gmail Icon" sx={{ height: 32, width: 30 }} src="/images/gmail.png" />
</Stack> </Stack>
</Grid> </Grid>
) : ''} ) : ''}