Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
feat(404-page): update NotFound container
Browse files Browse the repository at this point in the history
feat(404-page): update NotFound container
  • Loading branch information
Metnew committed Feb 19, 2018
1 parent 97808c5 commit db0a0fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/containers/NotFound/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const NotFound = () => {
return (
<NotFoundLayout>
<Header as="h2" icon textAlign="center">
<Icon name="users" circular />
<Header.Content>404</Header.Content>
<Icon name="warning sign" circular />
<Header.Content>Thank you Mario!</Header.Content>
<Header.Subheader>
<Link to="/">Dashboard lives here</Link>
<Link to="/">But our princess is in another castle.</Link>
</Header.Subheader>
</Header>
</NotFoundLayout>
Expand Down

0 comments on commit db0a0fa

Please sign in to comment.