LMSN-212
Update image not load
This commit is contained in:
BIN
frontend/client-portal/public/images/gmail.png
Normal file
BIN
frontend/client-portal/public/images/gmail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 638 B |
@@ -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>
|
||||||
) : ''}
|
) : ''}
|
||||||
|
|||||||
Reference in New Issue
Block a user