Skip to content

Commit 02234dd

Browse files
authored
Update MobileSearch.component.tsx
1 parent 6bf2d4d commit 02234dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AlgoliaSearch/MobileSearch.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const searchClient = algoliasearch(
1515
const MobileSearch = () => {
1616
const [search, setSearch] = useState<string | null>(null);
1717
const [hasFocus, sethasFocus] = useState<boolean>(false);
18-
return (
18+
return (
1919
<div className="inline mt-4 md:hidden px-1">
2020
<InstantSearch
2121
indexName={process.env.NEXT_PUBLIC_ALGOLIA_INDEX_NAME ?? 'changeme'}

0 commit comments

Comments
 (0)