소스 검색

update header text

master
jason.lam 1 년 전
부모
커밋
4ff788c573
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/pages/dashboard/Public/index.js

+ 1
- 1
src/pages/dashboard/Public/index.js 파일 보기

@@ -31,7 +31,7 @@ const DashboardDefault = () => {
<div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">
{/* <Typography variant="h5">我的公共啟事</Typography> */}
<Typography ml={10} color='#FFF' variant="h4">
<Typography ml={10} color='#FFF' variant="h5">
{isORGLoggedIn() ?userData.fullenName:userData.fullchName}, <FormattedMessage id="welcomeMsg"/>
</Typography>
</Stack>


불러오는 중...
취소
저장