Skip to content

Commit

Permalink
version up and add privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
bykim-iconloop committed Aug 22, 2022
1 parent 05459c1 commit e00830a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NODE_PATH=src/
APP_VERSION=2.0.4
APP_VERSION=2.0.5
4 changes: 4 additions & 0 deletions src/app/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ class Footer extends Component {
<span onClick={() => {
window.open("http://docs.icon.foundation/ICON-Terms-and-Conditions-en.pdf")
}} className="noti">{I18n.termsOfUse}</span>
<em></em>
<span onClick={() => {
window.open("https://docs.icon.foundation/Privacy-Policy.pdf")
}} className="noti">{I18n.privacyPolicy}</span>
</p>
{
!HIDE_SERVER && (
Expand Down
1 change: 1 addition & 0 deletions src/constants/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ export default {
},

termsOfUse: "Terms of use",
privacyPolicy:"Privacy Policy",

sendTransaction: {
infoSuccess: "Transfer Request Complete.",
Expand Down
1 change: 1 addition & 0 deletions src/constants/i18n/kr.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ export default {
},

termsOfUse: "이용약관",
privacyPolicy:"개인정보처리방침",

sendTransaction: {
infoSuccess: "송금 요청이 완료되었습니다.",
Expand Down

0 comments on commit e00830a

Please sign in to comment.