We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7163b32 commit a7270a9Copy full SHA for a7270a9
src/components/Nav/index.tsx
@@ -430,11 +430,10 @@ const Nav: React.FC<IProps> = ({ path }) => {
430
onClick={toggleColorMode}
431
/>
432
<ButtonLink to="/languages/" variant="icon">
433
- <Icon as={MdLanguage} fontSize="2xl" />
434
- <Text as="span" pl={2}>
435
- <Translation id="languages" />
436
- </Text>
437
- </Flex>
+ <Icon as={MdLanguage} fontSize="2xl" />
+ <Text as="span" pl={2}>
+ <Translation id="languages" />
+ </Text>
438
</ButtonLink>
439
</RightItems>
440
</InnerContent>
0 commit comments