change NotFoundPage link to homepage color

This commit is contained in:
Dawid Wysokiński 2021-01-04 19:41:05 +01:00
parent d5b1559f60
commit 2235fa3ecf

View File

@ -18,9 +18,7 @@ const NotFoundPage = ({ location }) => (
Page not found
</Typography>
<Typography variant="h2">
<Link color="secondary" to="/">
Back to our site
</Link>
<Link to="/">Back to our site</Link>
</Typography>
</Container>
</Box>