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:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user