1
0
mirror of https://github.com/franjsco/tick3t synced 2024-12-29 10:50:08 +01:00

improvement: add link

This commit is contained in:
frab1t 2019-07-03 20:46:41 +02:00
parent bebf72d98a
commit 146512ea71

View File

@ -16,7 +16,7 @@ class PageNotFound extends Component {
title="404 - Page not found"
>
<p>The page is not found</p>
<Link to="/">Go to home</Link>
<Link to="/">Back to home</Link>
</Card>
</div>
);