We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178c8d5 commit eb0d084Copy full SHA for eb0d084
client/components/LandingE/LandingE.js
@@ -18,19 +18,6 @@ class LandingE extends React.Component {
18
</Button>
19
</div>
20
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
-
34
<div>
35
<Button to="#" component={Link} className={styles.slack}>
36
<img src={slack} alt="slack logo"/>
@@ -42,4 +29,5 @@ class LandingE extends React.Component {
42
)
43
}
44
+
45
export default LandingE
0 commit comments