Skip to content

Commit 9dbe76b

Browse files
subhajit20kylemh
andauthored
Replaced all the css into tailwind css on JoinSection component (#1771)
Co-authored-by: Kyle Holmberg <[email protected]>
1 parent 8b17bc9 commit 9dbe76b

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

components/ReusableSections/JoinSection/JoinSection.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import Container from 'components/Container/Container';
22
import OutboundLink from 'components/OutboundLink/OutboundLink';
33
import LinkButton from 'components/Buttons/LinkButton/LinkButton';
44
import Heading from 'components/Heading/Heading';
5-
import styles from './JoinSection.module.css';
65

76
function JoinSection() {
87
return (
@@ -14,7 +13,7 @@ function JoinSection() {
1413
joining our members-only Slack community!
1514
</p>
1615

17-
<LinkButton href="/join" theme="secondary" className={styles.verticalSpacing}>
16+
<LinkButton href="/join" theme="secondary" className="my-4">
1817
Register Now
1918
</LinkButton>
2019

components/ReusableSections/JoinSection/JoinSection.module.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

components/ReusableSections/JoinSection/__tests__/__snapshots__/JoinSection.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ exports[`JoinSection should render 1`] = `
4242
Are you ready to begin your journey towards a career in tech? Get the support you need by joining our members-only Slack community!
4343
</p>
4444
<a
45-
className="Button verticalSpacing secondary"
45+
className="Button my-4 secondary"
4646
href="/join"
4747
onClick={[Function]}
4848
onMouseEnter={[Function]}

0 commit comments

Comments
 (0)