We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913b3c9 commit 3173c6dCopy full SHA for 3173c6d
1 file changed
src/pages/discord.js
@@ -14,16 +14,6 @@ const Circle = styled.div`
14
background-color: ${(props) => props.color};
15
`;
16
17
-const styles = {
18
- content: {
19
- paddingTop: '16px',
20
- paddingBottom: '16px',
21
- },
22
- discordLogo: {
23
- paddingRight: '8px',
24
- paddingLeft: '8px',
25
26
-};
27
28
const DiscordPage = () => {
29
const [discordInvitationLink, setDiscordInvitationLink] = React.useState();
@@ -45,7 +35,7 @@ const DiscordPage = () => {
45
35
return (
46
36
<>
47
37
<Seo title="Junte-se ao nosso Discord" />
48
- <VStack direction="column" spacing={8} style={styles.content}>
38
+ <VStack direction="column" spacing={8} px={4} my={8}>
49
39
<Image
50
40
src={discordLogo}
51
41
alt="discord logo"
0 commit comments