1
0
mirror of https://github.com/franjsco/tick3t synced 2025-01-14 18:37:04 +01:00

fix - new card Component

This commit is contained in:
frab1t 2019-05-08 16:27:58 +02:00
parent d6f2cc752b
commit 831403612f

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>
);
}