Skip to content

Commit

Permalink
feat(changedText): Fixed the text needed
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddigZeidan committed Mar 26, 2019
1 parent 2e1ea07 commit e83116e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/components/Disclaimer.js
Expand Up @@ -21,9 +21,10 @@ export const Disclaimer = ({ onConfirmation }) => (
improper app configuration, or other negative outcomes.
<br/>
<br/>
By hitting the "continue" button, you are representing that you’ve read our <a
href="hhttps://forum.poa.network/t/end-user-licensing-agreement-and-terms-of-service/2197"
target="_blank" rel="noopener noreferrer">Terms of
By hitting the "continue" button, you are representing that you’ve read our
<a
href="https://forum.poa.network/t/end-user-licensing-agreement-and-terms-of-service/2197"
target="_blank" rel="noopener noreferrer">Terms of
Service</a> in full, and that you agree to be legally bound by them.
</p>
<div className="disclaimer-buttons">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.js
Expand Up @@ -6,7 +6,7 @@ export const Footer = () => (
<footer className="footer">
<div className="container">
<Link to="/" className="footer-logo" />
<p className="footer-rights">2019 POA. All rights reserved.</p>

<SocialIcons />
</div>
</footer>
Expand Down

0 comments on commit e83116e

Please sign in to comment.