Browse Source
Merge pull request #17633 from Willworkgogogo/patch-1
Update 404.md
pull/17642/head
偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/result/demo/404.md
|
|
@ -20,7 +20,7 @@ ReactDOM.render( |
|
|
|
<Result |
|
|
|
status="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>} |
|
|
|
/>, |
|
|
|
mountNode, |
|
|
|