1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02: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> <div>
<Card <Card
title="404 - Page not found" 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> </div>
); );
} }