This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch fix/forms-style in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit 8477b42a1050de99691ac79505f8563969fb51c1 Author: shuai <[email protected]> AuthorDate: Wed May 29 14:59:17 2024 +0800 fix: dashsboard delet sitename value --- ui/src/pages/Admin/Dashboard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Admin/Dashboard/index.tsx b/ui/src/pages/Admin/Dashboard/index.tsx index da719b20..0af6868c 100644 --- a/ui/src/pages/Admin/Dashboard/index.tsx +++ b/ui/src/pages/Admin/Dashboard/index.tsx @@ -43,7 +43,7 @@ const Dashboard: FC = () => { return ( <> <h3 className="text-capitalize">{t('title')}</h3> - <p className="mt-4">{t('welcome', { site_name: siteName })}</p> + <p className="mt-4">{t('welcome')}</p> <Row> <Col lg={6}> <Statistics data={data.info} />
