Skip to content

Commit

Permalink
feat(Hello): set className attribute to hello
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-le-singe committed Sep 8, 2016
1 parent 2d12f40 commit 733a0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/Hello/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const defaultProps = {
}

function Hello(props) {
return <div>Hello {props.name}</div>
return <div className="hello">Hello {props.name}</div>
}

Hello.propTypes = propTypes
Expand Down

0 comments on commit 733a0ee

Please sign in to comment.