Update
This commit is contained in:
ivan-sim
2023-10-09 10:04:37 +07:00
parent dcc25a02ce
commit 7e917222aa

View File

@@ -138,16 +138,14 @@ export default function CardPersonalInformation({ data }) {
{/*<Typography variant="subtitle2">Informasi Dasar</Typography>*/}
<Stack direction="row" spacing={2} sx={{ flex: '100%' }}>
<Stack direction="row" spacing={2} sx={{ width: '40%' }}>
<Stack sx={{width: '10%'}}>
<img
width={52}
height={52}
src="/images/user-profile.png"
alt="user-profile"
style={{ borderRadius: '50%' }}
/>
</Stack>
<Stack sx={{width: '30%'}}>
<img
width={52}
height={52}
src="/images/user-profile.png"
alt="user-profile"
style={{ borderRadius: '50%' }}
/>
<Stack>
<Typography variant="caption">Full Name</Typography>
<Typography variant="body2"> {data?.name} </Typography>
</Stack>