Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add custom favicon, fix small typos #4

Merged
merged 1 commit into from
Feb 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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