浏览代码

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}> <div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center"> <Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">
{/* <Typography variant="h5">我的公共啟事</Typography> */} {/* <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"/> {isORGLoggedIn() ?userData.fullenName:userData.fullchName}, <FormattedMessage id="welcomeMsg"/>
</Typography> </Typography>
</Stack> </Stack>


正在加载...
取消
保存