Update 404.md

This commit is contained in:
Will 2019-07-15 10:43:28 +08:00 committed by GitHub
parent aec0eb9f93
commit 20fa17b8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ ReactDOM.render(
<Result <Result
status="404" status="404"
title="404" title="404"
subTitle="'Sorry, the page you visited does not exist." subTitle="Sorry, the page you visited does not exist."
extra={<Button type="primary">Back Home</Button>} extra={<Button type="primary">Back Home</Button>}
/>, />,
mountNode, mountNode,