Skip to content

Commit

Permalink
feat(V2): add custom wrapper class to SearchPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Nov 27, 2020
1 parent 42c40f4 commit 2246073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function Search() {
}, [searchValue]);

return (
<Layout title={getTitle()}>
<Layout title={getTitle()} wrapperClassName="search-results-wrapper">
<Head>
{/*
We should not index search pages
Expand Down

0 comments on commit 2246073

Please sign in to comment.