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:
parent
d6f2cc752b
commit
831403612f
@ -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>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user