File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react';
33export const UnconnectedFooter = ( ) => (
44 < footer data-test = "footerComponent" >
55
6- < div className = "copyright" > © 2018 < a href = "http://www.react-starter-kit.com" target = "_blank" rel = "noopener noreferrer" > React-Starter-Kit.com</ a > </ div >
6+ < div className = "copyright" > © 2019 < a href = "http://www.react-starter-kit.com" target = "_blank" rel = "noopener noreferrer" > React-Starter-Kit.com</ a > </ div >
77
88 < div className = "social_icons" >
99 < ul >
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ class Signin extends React.Component {
117117
118118 < div className = "formBottomLinks" >
119119 < p >
120- $ { `Don't` } have an account? < NavLink to = "/signup" > Join now!</ NavLink >
120+ { `Don't` } have an account? < NavLink to = "/signup" > Join now!</ NavLink >
121121 </ p >
122122 < p >
123123 Forgot your password? < NavLink to = "/account-recovery" > Reset here</ NavLink >
You can’t perform that action at this time.
0 commit comments