Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 07750dc

Browse files
committed
Fix flexDirection for intro component
1 parent a5f9d15 commit 07750dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/Components/Intro/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const codeLaunched = false;
1919
const IntroComponent = () => {
2020
return (
2121
<Flex
22-
direction={{ base: 'column', lg: 'row' }}
22+
flexDirection={{ base: 'column', lg: 'row' }}
2323
justifyContent="space-between"
2424
pt={{ base: '0', lg: '4.5rem' }}
2525
w="100%"

0 commit comments

Comments
 (0)