Skip to content

Commit

Permalink
Fix mobile search
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Jul 5, 2020
1 parent c87fcca commit 0aa839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Search/MobileSearch.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const MobileSearch = () => {
return (
<>
<div className="inline mt-4">
<InstantSearch indexName="wp_posts_product" searchClient={searchClient}>
<InstantSearch indexName={WOO_CONFIG.ALGOLIA_INDEX_NAME} searchClient={searchClient}>
<SearchBox
translations={{
submitTitle: 'Søk',
Expand Down

0 comments on commit 0aa839d

Please sign in to comment.