build utils
This commit is contained in:
@ -9,7 +9,8 @@ const NotFoundPage = () => {
|
||||
<div style={{ width: "100%", marginTop: "3rem" }}>
|
||||
<QuestionCircleOutlined style={{ fontSize: "5rem" }} />
|
||||
</div>
|
||||
<Title>{tr("Not found")}</Title>
|
||||
<Title>{tr("Page not found")}</Title>
|
||||
<Title level={3}>404</Title>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user