Add 404 image

This commit is contained in:
2020-01-11 06:57:08 +00:00
parent 946c70d776
commit 5f486695ba
5 changed files with 9 additions and 2 deletions
+2
View File
@@ -21,6 +21,8 @@ export function NotFound() {
<Message.Header style={{ padding: 0 }}>The page you requested can't be found!</Message.Header>
<p>Visit our <Link to='/'>home page</Link> if you are lost.</p>
</Message>
<img className='photo-404' src='/404.jpg' />
</Container>
);
};