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

CHANGED NAME #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ const LoggedOutView = props => {

<li className="nav-item">
<Link to="/" className="nav-link">
Home
Music
</Link>
</li>

<li className="nav-item">
<Link to="/login" className="nav-link">
Sign in
Videos
</Link>
</li>

<li className="nav-item">
<Link to="/register" className="nav-link">
Sign up
Start Free Trial
</Link>
</li>

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

<li className="nav-item">
<Link to="/" className="nav-link">
Home
ART PLATFORM
</Link>
</li>

Expand Down
6 changes: 3 additions & 3 deletions src/components/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ class Login extends React.Component {
<div className="row">

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

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

</fieldset>
Expand Down