Skip to content

Commit

Permalink
Merge pull request #983 from openmultiplayer/ulasbayraktar-patch-1
Browse files Browse the repository at this point in the history
NavMenu LanguageSelect title
  • Loading branch information
ulasbayraktar committed Apr 5, 2024
2 parents fe16e26 + c29f046 commit ab81a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/site/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const NavMenu: FC<Props> = ({ items, route }) => {
/>
</IconButton>

<LanguageSelect ref={languageRef} />
<LanguageSelect title=" " ref={languageRef} />
</Flex>

<IconButton cursor="pointer" display={ON_MOBILE} size="sm" aria-label="Toggle Mode" onClick={toggleColorMode}>
Expand Down

0 comments on commit ab81a93

Please sign in to comment.