File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
components/ReusableSections/JoinSection Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import Container from 'components/Container/Container';
2
2
import OutboundLink from 'components/OutboundLink/OutboundLink' ;
3
3
import LinkButton from 'components/Buttons/LinkButton/LinkButton' ;
4
4
import Heading from 'components/Heading/Heading' ;
5
- import styles from './JoinSection.module.css' ;
6
5
7
6
function JoinSection ( ) {
8
7
return (
@@ -14,7 +13,7 @@ function JoinSection() {
14
13
joining our members-only Slack community!
15
14
</ p >
16
15
17
- < LinkButton href = "/join" theme = "secondary" className = { styles . verticalSpacing } >
16
+ < LinkButton href = "/join" theme = "secondary" className = "my-4" >
18
17
Register Now
19
18
</ LinkButton >
20
19
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ exports[`JoinSection should render 1`] = `
42
42
Are you ready to begin your journey towards a career in tech? Get the support you need by joining our members-only Slack community!
43
43
</p >
44
44
<a
45
- className = " Button verticalSpacing secondary"
45
+ className = " Button my-4 secondary"
46
46
href = " /join"
47
47
onClick = { [Function ]}
48
48
onMouseEnter = { [Function ]}
You can’t perform that action at this time.
0 commit comments