Skip to content

Commit

Permalink
Merge pull request #4 from donroyco/feature/small-fixes
Browse files Browse the repository at this point in the history
feature: add custom favicon, fix small typos
  • Loading branch information
tholman authored Feb 6, 2018
2 parents 2449975 + 8e18646 commit 94988b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Intro extends Component {
<div className="zen-zone-intro">
<h1>Welcome to The Zen Zone.</h1>
<p>A minimalistic meditation area built by <a href="http://tholman.com" target="_blank" rel="noopener noreferrer">Tim Holman</a>, designed to calm you down via the power of small, captivating, mildly amusing and oddly satisfying activities. Feel the Zen!</p>
<button onClick={this.props.onButtonClick}>Lets get started</button>
<button onClick={this.props.onButtonClick}>Let's get started</button>
</div>
</header>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Reflection.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Reflection extends Component {
<p>
You have been meditating with us for <b>{totalMinutes}</b> minutes and <b>{remainingSeconds}</b> seconds.
</p>
<button onClick={this.props.onButtonClick}>Lets do some more?</button>
<button onClick={this.props.onButtonClick}>Let's do some more?</button>
</div>
</header>
);
Expand Down

0 comments on commit 94988b2

Please sign in to comment.