Skip to content

Commit 82cab22

Browse files
committed
fix style
1 parent ddf2282 commit 82cab22

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

components/DiscordConnect.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const DiscordConnect = () => (
1010
alignItems="flex-end"
1111
justifyContent="center"
1212
bg="#f26840"
13-
mt="3rem"
1413
>
1514
<Flex
1615
direction="column"

components/Footer.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ export const Footer = () => {
77

88
return (
99
<>
10+
<Image
11+
src="../waveup.svg"
12+
alt="wave up"
13+
w="100%"
14+
mb={['-0.8px', '-1px', '-1px', '-1px', '-1px']}
15+
style={{
16+
transform: 'rotate(-180deg)',
17+
}}
18+
bg={colorMode === 'light' ? 'gray.300' : 'gray.800'}
19+
h="7rem"
20+
/>
1021
<DiscordConnect />
1122
<Flex
1223
w="100%"

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const Home: React.FC<Props> = ({ roadmaps }) => {
116116
/>
117117
))}
118118

119-
<Flex w="100%" h="100vh" alignItems="center">
119+
<Flex w="100%" h="100vh" alignItems="center" mb="5rem">
120120
<Flex w="100%" h="60vh" alignItems="center" justifyContent="center">
121121
<Flex
122122
direction="column"

public/waveup.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)