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