Skip to content

Commit

Permalink
Fix/legal disclaimer link (#845)
Browse files Browse the repository at this point in the history
* fix: legal disclaimer link

* testnet release 2.14.16
  • Loading branch information
pgoos authored Nov 16, 2023
1 parent 54b2bc3 commit a4b8ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.14.15",
"version": "2.14.16",
"private": true,
"scripts": {
"bump": "bump patch --tag --commit 'testnet release '",
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/NavSidePanel/NavMoreMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineComponent({
},
{
name: "Legal Disclaimer",
href: "https://www.sifchain.finance/legal-disclamer/",
href: "https://sifchain.network/legal-disclaimer",
},
{
name: "Roadmap",
Expand Down

1 comment on commit a4b8ec1

@vercel
Copy link

@vercel vercel bot commented on a4b8ec1 Nov 16, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sifchain-ui – ./

sifchain-ui-git-master-sifchain.vercel.app
sifchain-ui-sifchain.vercel.app
dex.sifchain.finance

Please sign in to comment.