Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #402 from deriv-com/nuzhy/language-switcher-improv…
Browse files Browse the repository at this point in the history
…ement

DPROD-3641/nuzhy/language-switcher-improvement
  • Loading branch information
habib-deriv authored Apr 2, 2024
2 parents dbcc906 + 9518692 commit 2932477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/src/lib/navigation/desktop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const DesktopNavigation = ({
</div>
<NavList items={navItems} />
<div className="flex items-center gap-gap-md">
<div onMouseEnter={() => onItemHover?.('')}>
<div onMouseEnter={() => showMenuContent && onItemHover?.('')}>
{renderButtons?.()}
</div>
{hasLanguageSwitch && <LanguageSwitcher />}
Expand Down

0 comments on commit 2932477

Please sign in to comment.