Skip to content

Commit

Permalink
Change intro line
Browse files Browse the repository at this point in the history
  • Loading branch information
paperplane committed Jun 27, 2020
1 parent f08aa32 commit 5ea5c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class App extends Component {
<div className="login-form">
<div className="login-heading">
<h2>Webnote</h2>
<p>Remember everything important.</p>
<p>Remember everything important!</p>
</div>
<Route exact path="/register" render={(props) =>
<Registration stateChange={this.stateChange} ></Registration>
Expand Down

0 comments on commit 5ea5c2f

Please sign in to comment.