Skip to content

Commit

Permalink
Merge pull request #496 from Sifchain/hotfix/fix-privacy-url
Browse files Browse the repository at this point in the history
hotfix: update privacy policy url
  • Loading branch information
alanrsoares authored Mar 29, 2022
2 parents b37aedf + e7fcd73 commit 5e4751c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.4.2",
"version": "2.4.3",
"private": true,
"scripts": {
"bump": "bump patch --tag --commit 'testnet release '",
Expand Down
2 changes: 1 addition & 1 deletion ui/app/src/componentsLegacy/NavSidePanel/NavMoreMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineComponent({
},
{
name: "Privacy Policy",
href: "https://www.sifchain.finance/wp-content/uploads/2020/12/Sifchain-Website-Privacy-Policy.pdf",
href: "https://assets.website-files.com/60ec70152eafa8dd30cb2fb5/610027e2774f5414365608b0_Sifchain-Website-Privacy-Policy.pdf",
},
{
name: "Rewards Calculator",
Expand Down

1 comment on commit 5e4751c

@vercel
Copy link

@vercel vercel bot commented on 5e4751c Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.