Skip to content

Commit

Permalink
Changing Logo highlighted words
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoalvesdefaria committed Nov 19, 2019
1 parent 5e0e7b6 commit 04994d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/Logo.js
Expand Up @@ -23,8 +23,8 @@ class Logo extends Component {
render() {
return (
<div className="Logo" onClick={this.onClick}>
<span className="logoText highlight">Crowds </span>
<span className="logoText">Cure Cancer</span>
<span className="logoText">Crowds Cure </span>
<span className="logoText highlight">Cancer</span>
</div>
);
}
Expand Down

0 comments on commit 04994d8

Please sign in to comment.