Update index.js

This commit is contained in:
DanFosing 2023-05-20 16:50:50 +02:00 committed by GitHub
parent b8746208e3
commit 4462adf732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ const NotFound = () => (
className="small-icon"
/>
<Segment attached="bottom">
未找到所请求的页面
Requested page was not found.
</Segment>
</>
);