Skip to content

Commit 8f23baa

Browse files
committed
fix: algolia search icon is visible now (asyncapi#3371)
1 parent 818ec69 commit 8f23baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/navigation/NavBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export default function NavBar({ className = '', hideLogo = false }: NavBarProps
223223
className='mr-2 flex items-center space-x-2 rounded-md p-2 text-left text-gray-400 transition duration-150 ease-in-out hover:bg-gray-100 hover:text-gray-500 focus:bg-gray-100 focus:text-gray-500 focus:outline-none'
224224
aria-label='Open Search'
225225
>
226-
{({ actionKey })=><IconLoupe/>}
226+
{() => <IconLoupe />}
227227
</SearchButton>
228228

229229
{/* // Language Picker Component */}

0 commit comments

Comments
 (0)