Skip to content

Commit

Permalink
Fix: algolia search icon is visible (asyncapi#3371)
Browse files Browse the repository at this point in the history
  • Loading branch information
maverickf0 committed Nov 7, 2024
1 parent 1071c76 commit 818ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navigation/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default function NavBar({ className = '', hideLogo = false }: NavBarProps
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'
aria-label='Open Search'
>
<IconLoupe />
{({ actionKey })=><IconLoupe/>}
</SearchButton>

{/* // Language Picker Component */}
Expand Down

0 comments on commit 818ec69

Please sign in to comment.