Skip to content

Commit

Permalink
Merge pull request #197 from newrelic/404-page-update
Browse files Browse the repository at this point in the history
updated 404 page
  • Loading branch information
jerelmiller authored Jun 19, 2020
2 parents a342562 + e4e9838 commit e623f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const NotFoundPage = ({ pageContext }) => (
<h1 className={styles.header}>404</h1>
<p>
This page does not exist. Check the URL and try again, or{' '}
<Link to="/">go home</Link>.
<Link to="/">go back to the home page</Link>.
</p>
</SkewedContainer>
</div>
Expand Down

0 comments on commit e623f90

Please sign in to comment.