Skip to content

Commit 25d4f7d

Browse files
committed
yarn test changes
1 parent d054ef9 commit 25d4f7d

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed
Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { Component } from 'react'
2-
<<<<<<< HEAD
32
import PropTypes from 'prop-types'
43
import { Link } from 'react-router-dom'
54
import Button from 'material-ui/Button'
@@ -30,13 +29,6 @@ class LandingD extends Component {
3029
</Button>
3130
</div>)
3231
}
33-
=======
34-
import { Link } from 'react-router-dom'
35-
import Button from 'material-ui/Button'
36-
import styles from './LandingD.scss'
37-
38-
class LandingD extends Component {
39-
>>>>>>> 7fcea305a1e111cc6d48d4b6e341182eb4eac9cc
4032
render () {
4133
return (
4234
<div className={styles.container}>
@@ -45,48 +37,8 @@ class LandingD extends Component {
4537
</h1>
4638

4739
<div className={styles.subcontainer}>
48-
<<<<<<< HEAD
4940
{this.props.recentProjects.projects &&
5041
this.props.recentProjects.projects.map(this.renderProject)}
51-
=======
52-
53-
<div className={styles.column1}>
54-
<img src="https://images.unsplash.com/photo-1517476417305-21d49f984355?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=3f86c41b2363dff6436d3f94f0d12994&auto=format&fit=crop&w=500&q=60"
55-
alt="project 1" className={styles.project1}/>
56-
<h6 className={styles.projectTitle}>The number of Protons</h6>
57-
<p className={styles.projectDetails}>
58-
Apple Inc has decided to launch the much awaited Apple Watch in
59-
</p>
60-
<Button to="#" component={Link} className={styles.learnMore}>
61-
Learn More
62-
</Button>
63-
</div>
64-
65-
<div className={styles.column2}>
66-
<img src="https://images.unsplash.com/photo-1504113897779-231f76737a4e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f264bf40175453d2130f7d354122bfb6&auto=format&fit=crop&w=500&q=60"
67-
alt="project 2" className={styles.project1}/>
68-
<h6 className={styles.projectTitle}>Sports Stadium Birdview</h6>
69-
<p className={styles.projectDetails}>
70-
Apple Inc has decided to launch the much awaited Apple Watch in
71-
</p>
72-
<Button to="#" component={Link} className={styles.learnMore}>
73-
Learn More
74-
</Button>
75-
</div>
76-
77-
<div className={styles.column3}>
78-
<img src="https://images.unsplash.com/photo-1501675423372-9bfa95849e62?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=7b897a182136b934563ed43d435b6981&auto=format&fit=crop&w=1500&q=80"
79-
alt="project 3" className={styles.project1}/>
80-
<h6 className={styles.projectTitle}>The number of Protons</h6>
81-
<p className={styles.projectDetails}>
82-
Apple Inc has decided to launch the much awaited Apple Watch in
83-
</p>
84-
<Button to="#" component={Link} className={styles.learnMore}>
85-
Learn More
86-
</Button>
87-
</div>
88-
89-
>>>>>>> 7fcea305a1e111cc6d48d4b6e341182eb4eac9cc
9042
</div>
9143

9244
<div className={styles.viewAllContainer}>
@@ -98,7 +50,6 @@ class LandingD extends Component {
9850
)
9951
}
10052
}
101-
<<<<<<< HEAD
10253
function mapStateToProps (state) {
10354
return {
10455
recentProjects: state.project.recentProjects
@@ -118,7 +69,3 @@ LandingD.propTypes = {
11869
}
11970

12071
export default connect(mapStateToProps, mapDispatchToProps)(LandingD)
121-
=======
122-
123-
export default LandingD
124-
>>>>>>> 7fcea305a1e111cc6d48d4b6e341182eb4eac9cc

client/components/LandingE/LandingE.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class LandingE extends React.Component {
2525
</Button>
2626
<a href="#">
2727
<button className={styles.github}>
28-
<span><img src={github} alt="github logo"/></span>
28+
<span><img src={github} alt="github logo"/></span>
2929
<span className={styles.contribute}>CONTRIBUTE TO PROJECTS</span>
3030
</button>
3131
</a>

0 commit comments

Comments
 (0)