This repository was archived by the owner on Aug 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ const LoggedOutView = props => {
8
8
9
9
< li className = "nav-item" >
10
10
< Link to = "/" className = "nav-link" >
11
- Home
11
+ Music
12
12
</ Link >
13
13
</ li >
14
14
15
15
< li className = "nav-item" >
16
16
< Link to = "/login" className = "nav-link" >
17
- Sign in
17
+ Videos
18
18
</ Link >
19
19
</ li >
20
20
21
21
< li className = "nav-item" >
22
22
< Link to = "/register" className = "nav-link" >
23
- Sign up
23
+ Start Free Trial
24
24
</ Link >
25
25
</ li >
26
26
@@ -37,7 +37,7 @@ const LoggedInView = props => {
37
37
38
38
< li className = "nav-item" >
39
39
< Link to = "/" className = "nav-link" >
40
- Home
40
+ ART PLATFORM
41
41
</ Link >
42
42
</ li >
43
43
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ class Login extends React.Component {
46
46
< div className = "row" >
47
47
48
48
< 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 >
50
50
< p className = "text-xs-center" >
51
51
< Link to = "/register" >
52
- Need an account?
52
+ If your not signed up yet, let's make you an account!
53
53
</ Link >
54
54
</ p >
55
55
@@ -80,7 +80,7 @@ class Login extends React.Component {
80
80
className = "btn btn-lg btn-primary pull-xs-right"
81
81
type = "submit"
82
82
disabled = { this . props . inProgress } >
83
- Sign in
83
+ Log in
84
84
</ button >
85
85
86
86
</ fieldset >
You can’t perform that action at this time.
0 commit comments