Skip to content

Commit

Permalink
Fix copy symbol
Browse files Browse the repository at this point in the history
Closes #588
  • Loading branch information
IldarKamalov committed Feb 19, 2019
1 parent 2de0f82 commit 2b0addd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ui/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Footer extends Component {
<div className="footer__row">
<div className="footer__column">
<div className="footer__copyright">
<Trans>copyright</Trans> © {this.getYear()} <a href="https://adguard.com/">AdGuard</a>
<Trans>copyright</Trans> &copy; {this.getYear()} <a href="https://adguard.com/">AdGuard</a>
</div>
</div>
<div className="footer__column">
Expand Down

0 comments on commit 2b0addd

Please sign in to comment.