auto find on 404

This commit is contained in:
Jori Lallo
2017-02-09 19:57:35 -08:00
parent dc64682187
commit dc7480218c
4 changed files with 31 additions and 9 deletions

View File

@ -13,7 +13,7 @@ class Error404 extends React.Component {
<CenteredContent>
<h1>Not Found</h1>
<p>We're unable to find the page you're trying to find the page you're accessing.</p>
<p>We're unable to find the page you're accessing.</p>
<p>Maybe you want to try <Link to="/search">search</Link> instead?</p>
</CenteredContent>