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

Commit 74ded3f

Browse files
committed
Increase divider size
1 parent 217da2c commit 74ded3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/pages/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ export default function IndexPage() {
3939
<IntroComponent />
4040
<Values />
4141
<Partners />
42-
<Divider w="full" color={colorMode === 'dark' ? '#ffffff' : '#000000'} />
42+
<Divider
43+
w="full"
44+
size="1px"
45+
color={colorMode === 'dark' ? '#ffffff' : '#000000'}
46+
/>
4347
<Footer />
4448
</VStack>
4549
);

0 commit comments

Comments
 (0)