Skip to content

Commit a7270a9

Browse files
committed
patch syntax
1 parent 7163b32 commit a7270a9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/components/Nav/index.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,10 @@ const Nav: React.FC<IProps> = ({ path }) => {
430430
onClick={toggleColorMode}
431431
/>
432432
<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>
433+
<Icon as={MdLanguage} fontSize="2xl" />
434+
<Text as="span" pl={2}>
435+
<Translation id="languages" />
436+
</Text>
438437
</ButtonLink>
439438
</RightItems>
440439
</InnerContent>

0 commit comments

Comments
 (0)