瀏覽代碼

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>


Loading…
取消
儲存