Update index.js

This commit is contained in:
DanFosing
2023-05-20 16:50:50 +02:00
committed by GitHub
parent b8746208e3
commit 4462adf732

View File

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