Skip to content

Commit 2cd0aba

Browse files
Update src/components/SectionNav.tsx
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent 8fa35b3 commit 2cd0aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SectionNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const SectionNav: React.FC<IProps> = ({ children }) => (
2020
padding={6}
2121
paddingBottom={0}
2222
>
23-
<Flex display="flex" alignItems="flex-start">
23+
<Flex align="flex-start">
2424
<Emoji text=":point_right:" mb={4} />
2525
<Heading
2626
as="h2"

0 commit comments

Comments
 (0)