Skip to content

Commit eb0d084

Browse files
committed
bug fixing in landingE scss
1 parent 178c8d5 commit eb0d084

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

client/components/LandingE/LandingE.js

+1-13
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@ class LandingE extends React.Component {
1818
</Button>
1919
</div>
2020

21-
<div>
22-
<Button to="#" component={Link} className={styles.slack}>
23-
<img src={slack} alt="slack logo"/>
24-
<span className={styles.community}>JOIN THE COMMUNITY</span>
25-
</Button>
26-
<a href="#">
27-
<button className={styles.github}>
28-
<span><img src={github} alt="github logo"/></span>
29-
<span className={styles.contribute}>CONTRIBUTE TO PROJECTS</span>
30-
</button>
31-
</a>
32-
</div>
33-
3421
<div>
3522
<Button to="#" component={Link} className={styles.slack}>
3623
<img src={slack} alt="slack logo"/>
@@ -42,4 +29,5 @@ class LandingE extends React.Component {
4229
)
4330
}
4431
}
32+
4533
export default LandingE

0 commit comments

Comments
 (0)