fix - new card Component

This commit is contained in:
frab1t 2019-05-08 16:27:58 +02:00
parent d6f2cc752b
commit 831403612f
1 changed files with 4 additions and 3 deletions

View File

@ -14,9 +14,10 @@ class PageNotFound extends Component {
<div>
<Card
title="404 - Page not found"
message="The page is not found."
footer={<Link to="/">Go to home</Link>}
/>
>
<p>The page is not found</p>
<Link to="/">Go to home</Link>
</Card>
</div>
);
}