Skip to content

Commit 0a00b90

Browse files
Ashley BibizadehAshley Bibizadeh
authored andcommitted
clean up
1 parent 6278f6a commit 0a00b90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/footer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
export const UnconnectedFooter = () => (
44
<footer data-test="footerComponent">
55

6-
<div className="copyright">&copy; 2018 <a href="http://www.react-starter-kit.com" target="_blank" rel="noopener noreferrer">React-Starter-Kit.com</a></div>
6+
<div className="copyright">&copy; 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>

src/pages/auth/signIn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)