Skip to content

Commit

Permalink
feat(react): use regular h1 for mutli-index-hits
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Jul 16, 2018
1 parent 051498e commit 0a656aa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions React InstantSearch/multi-index-hits/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ class App extends Component {
<SearchBox />

<Index indexName="instant_search">
<h2>
index: <code>instant_search</code>
</h2>
<h2>index: instant_search</h2>
<Configure hitsPerPage={8} />
<Hits hitComponent={Hit} />
</Index>

<Index indexName="bestbuy">
<h2>
index: <code>bestbuy</code>
</h2>
<h2>index: bestbuy</h2>
<Configure hitsPerPage={16} />
<Hits hitComponent={Hit} />
</Index>
Expand Down

0 comments on commit 0a656aa

Please sign in to comment.