Skip to content

Commit

Permalink
fix: small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Unwala committed Sep 10, 2020
1 parent fbc9f0c commit 2f04dfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const GlobalSearchInput = () => {
aria-label="Open search"
onClick={() => {
toggleNavState('searchIsOpen', 'open');
toggleNavState('switcherIsOpen', 'close')
toggleNavState('switcherIsOpen', 'close');
}}>
<Search20 description="Open search" />
</button>
Expand Down

0 comments on commit 2f04dfa

Please sign in to comment.