Skip to content

Commit dc5584d

Browse files
justifyContent -> justify
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent bce2984 commit dc5584d

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
@@ -12,7 +12,7 @@ const SectionNav: React.FC<IProps> = ({ children }) => (
1212
direction="column"
1313
color="textTableOfContents"
1414
marginTop={12}
15-
justifyContent="space-between"
15+
justify="space-between"
1616
background="searchBackground"
1717
borderRadius="2xl"
1818
border="1px solid"

0 commit comments

Comments
 (0)