LMSN-191
Update
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user