Skip to content

Commit

Permalink
fix: Adjust Algolia integration
Browse files Browse the repository at this point in the history
Resolves #521
  • Loading branch information
oodamien committed Aug 6, 2024
1 parent b78dbd2 commit ee0cf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function SearchBox(props) {
placeholder='Search...'
spellCheck={false}
onBlur={() => {
// onBlurHandler()
onBlurHandler()
}}
maxLength={512}
type='search'
Expand All @@ -105,7 +105,7 @@ function SearchBox(props) {
autoFocus
/>
<div className='algolia'>
<img src='../images/algolia.svg' alt='Powered by Algolia' />
<img src='/images/algolia.svg' alt='Powered by Algolia' />
</div>
</form>
</div>
Expand Down

0 comments on commit ee0cf32

Please sign in to comment.