Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 1ff25bb

Browse files
authored
CHANGED NAME
1 parent ee72eba commit 1ff25bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/components/Header.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ const LoggedOutView = props => {
88

99
<li className="nav-item">
1010
<Link to="/" className="nav-link">
11-
Home
11+
Music
1212
</Link>
1313
</li>
1414

1515
<li className="nav-item">
1616
<Link to="/login" className="nav-link">
17-
Sign in
17+
Videos
1818
</Link>
1919
</li>
2020

2121
<li className="nav-item">
2222
<Link to="/register" className="nav-link">
23-
Sign up
23+
Start Free Trial
2424
</Link>
2525
</li>
2626

@@ -37,7 +37,7 @@ const LoggedInView = props => {
3737

3838
<li className="nav-item">
3939
<Link to="/" className="nav-link">
40-
Home
40+
ART PLATFORM
4141
</Link>
4242
</li>
4343

src/components/Login.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ class Login extends React.Component {
4646
<div className="row">
4747

4848
<div className="col-md-6 offset-md-3 col-xs-12">
49-
<h1 className="text-xs-center">Sign In</h1>
49+
<h1 className="text-xs-center">Log in</h1>
5050
<p className="text-xs-center">
5151
<Link to="/register">
52-
Need an account?
52+
If your not signed up yet, let's make you an account!
5353
</Link>
5454
</p>
5555

@@ -80,7 +80,7 @@ class Login extends React.Component {
8080
className="btn btn-lg btn-primary pull-xs-right"
8181
type="submit"
8282
disabled={this.props.inProgress}>
83-
Sign in
83+
Log in
8484
</button>
8585

8686
</fieldset>

0 commit comments

Comments
 (0)