1
0
mirror of https://github.com/franjsco/tick3t synced 2025-01-01 04:07:28 +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" title="404 - Page not found"
> >
<p>The page is not found</p> <p>The page is not found</p>
<Link to="/">Go to home</Link> <Link to="/">Back to home</Link>
</Card> </Card>
</div> </div>
); );