Skip to content

Commit

Permalink
feat(errors): update search path
Browse files Browse the repository at this point in the history
  • Loading branch information
danethurber committed Apr 19, 2019
1 parent 664471f commit 66c8c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -113,7 +113,7 @@ exports[`Storyshots pages 404 1`] = `
</h2>
</div>
<form
action="/library/search"
action="/search"
data-css-oxne5y=""
method="get"
>
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/src/react/not-found-error-page.js
Expand Up @@ -8,7 +8,7 @@ const NotFoundErrorPage = props => (
iconId="spyglass"
text="Sorry, the page you are looking for cannot be found. Try checking the URL for errors or search our library."
code="404"
action={props.action || '/library/search'}
action={props.action || '/search'}
/>
)
NotFoundErrorPage.propTypes = {
Expand Down

0 comments on commit 66c8c7a

Please sign in to comment.