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>*/} {/*<Typography variant="subtitle2">Informasi Dasar</Typography>*/}
<Stack direction="row" spacing={2} sx={{ flex: '100%' }}> <Stack direction="row" spacing={2} sx={{ flex: '100%' }}>
<Stack direction="row" spacing={2} sx={{ width: '40%' }}> <Stack direction="row" spacing={2} sx={{ width: '40%' }}>
<Stack sx={{width: '10%'}}> <img
<img width={52}
width={52} height={52}
height={52} src="/images/user-profile.png"
src="/images/user-profile.png" alt="user-profile"
alt="user-profile" style={{ borderRadius: '50%' }}
style={{ borderRadius: '50%' }} />
/> <Stack>
</Stack>
<Stack sx={{width: '30%'}}>
<Typography variant="caption">Full Name</Typography> <Typography variant="caption">Full Name</Typography>
<Typography variant="body2"> {data?.name} </Typography> <Typography variant="body2"> {data?.name} </Typography>
</Stack> </Stack>