| @@ -107,7 +107,7 @@ const Profile = () => { | |||||
| > | > | ||||
| <Stack direction="row" alignItems="center" sx={{ p: 0.5 }}> | <Stack direction="row" alignItems="center" sx={{ p: 0.5 }}> | ||||
| <AccountCircleIcon style={{ color: 'black' }} alt="profile user" src={avatar1} sx={{ width: 32, height: 32 }} /> | <AccountCircleIcon style={{ color: 'black' }} alt="profile user" src={avatar1} sx={{ width: 32, height: 32 }} /> | ||||
| <Typography style={{ color: 'black',fontFamily: "微軟正黑體", fontSize: "1.2rem" }} variant="subtitle1">我的帳戶</Typography> | |||||
| <Typography style={{ color: 'black',fontFamily: "微軟正黑體", fontSize: "1.2rem" }} variant="subtitle1">{userData == null ? "" : userData.fullenName}</Typography> | |||||
| </Stack> | </Stack> | ||||
| </ButtonBase> | </ButtonBase> | ||||
| <Popper | <Popper | ||||
| @@ -150,10 +150,10 @@ const Profile = () => { | |||||
| <Stack direction="row" spacing={1.25} alignItems="center"> | <Stack direction="row" spacing={1.25} alignItems="center"> | ||||
| <AccountCircleIcon style={{ color: 'black' }} alt="profile user" src={avatar1} sx={{ width: 32, height: 32 }} /> | <AccountCircleIcon style={{ color: 'black' }} alt="profile user" src={avatar1} sx={{ width: 32, height: 32 }} /> | ||||
| <Stack> | <Stack> | ||||
| <Typography style={{ color: 'black',fontFamily: "微軟正黑體", fontSize: "1.2rem" }} variant="subtitle1">我的帳戶</Typography> | |||||
| <Typography variant="body2" color="textSecondary"> | |||||
| <Typography style={{ color: 'black',fontFamily: "微軟正黑體", fontSize: "1.2rem" }} variant="subtitle1">{userData == null ? "" : userData.fullenName}</Typography> | |||||
| {/* <Typography variant="body2" color="textSecondary"> | |||||
| {userData == null ? "" : userData.fullenName} | {userData == null ? "" : userData.fullenName} | ||||
| </Typography> | |||||
| </Typography> */} | |||||
| {/* <Typography variant="subtitle1">{userData == null ? "" : userData.fullenName}</Typography> */} | {/* <Typography variant="subtitle1">{userData == null ? "" : userData.fullenName}</Typography> */} | ||||
| </Stack> | </Stack> | ||||
| </Stack> | </Stack> | ||||