From 40db639154143a25ff4dcdfc49bf63f5f4cce30f Mon Sep 17 00:00:00 2001 From: Ryan Goree Date: Fri, 10 May 2024 01:39:23 -0500 Subject: [PATCH 1/2] Update URLs --- apps/council-ui/pages/proposals/index.tsx | 4 ++-- apps/council-ui/pages/vaults/index.tsx | 4 ++-- apps/council-ui/src/config/mainnet.ts | 6 +++--- apps/landing-page/index.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/council-ui/pages/proposals/index.tsx b/apps/council-ui/pages/proposals/index.tsx index 1c50811d..de4e6c90 100644 --- a/apps/council-ui/pages/proposals/index.tsx +++ b/apps/council-ui/pages/proposals/index.tsx @@ -57,12 +57,12 @@ export default function ProposalsPage(): ReactElement { diff --git a/apps/council-ui/pages/vaults/index.tsx b/apps/council-ui/pages/vaults/index.tsx index 01e12959..ac2cba8f 100644 --- a/apps/council-ui/pages/vaults/index.tsx +++ b/apps/council-ui/pages/vaults/index.tsx @@ -71,14 +71,14 @@ export default function VaultsPage(): ReactElement { body="Check out this blog post to learn about various types of Voting Vaults available today and how this governance primitive can be extended to serve many more use cases." - href="https://blog.element.fi/voting-vaults-a-new-defi-and-governance-primitive-2/" + href="https://blog.delv.tech/voting-vaults-a-new-defi-and-governance-primitive-2/" /> diff --git a/apps/council-ui/src/config/mainnet.ts b/apps/council-ui/src/config/mainnet.ts index 849e644b..0bc9002c 100644 --- a/apps/council-ui/src/config/mainnet.ts +++ b/apps/council-ui/src/config/mainnet.ts @@ -20,7 +20,7 @@ export const mainnetCouncilConfig: CouncilConfig = { address: "0x02Bd4A3b1b95b01F2Aa61655415A5d3EAAcaafdD", type: "LockingVault", descriptionURL: - "https://docs.element.fi/governance-council/council-protocol-smart-contracts/voting-vaults/locking-vault", + "https://docs-delv.gitbook.io/element-developer-docs/governance-council/council-protocol-smart-contracts/voting-vaults/locking-vault", }, { name: "Vesting Vault", @@ -31,7 +31,7 @@ export const mainnetCouncilConfig: CouncilConfig = { "Allows locked / vesting positions to still have voting power in the governance system by using a defined multiplier for the vested tokens over unvested.", type: "VestingVault", descriptionURL: - "https://docs.element.fi/governance-council/council-protocol-smart-contracts/voting-vaults/vesting-vault", + "https://docs-delv.gitbook.io/element-developer-docs/governance-council/council-protocol-smart-contracts/voting-vaults/vesting-vault", }, ], proposals: { @@ -231,7 +231,7 @@ export const mainnetCouncilConfig: CouncilConfig = { paragraphSummary: "The Governance Steering Council (GSC) vault gives one vote to each member that has reached an established threshold of delegated voting power defined by the DAO. Council members can create, vote, and execute proposals if the GSC quorum is met, with quorum set by the DAO.", descriptionURL: - "https://docs.element.fi/governance-council/council-protocol-smart-contracts/voting-vaults/governance-steering-council-gsc-vault", + "https://docs-delv.gitbook.io/element-developer-docs/governance-council/council-protocol-smart-contracts/voting-vaults/governance-steering-council-gsc-vault", }, proposals: { 0: { diff --git a/apps/landing-page/index.html b/apps/landing-page/index.html index 69536f08..992f565a 100644 --- a/apps/landing-page/index.html +++ b/apps/landing-page/index.html @@ -23,7 +23,7 @@ property="og:description" content="Council represents the next evolution of on-chain governance, allowing anyone to build adaptable governance systems." /> - + From 2ef4b9911a0b47b5e09f0c803ed09150553e2781 Mon Sep 17 00:00:00 2001 From: Ryan Goree Date: Wed, 15 May 2024 09:50:38 -0500 Subject: [PATCH 2/2] Update tos and privacy links --- .../ui/base/toast/makeTOSAndPrivacyPolicyToast.tsx | 12 ++++++------ apps/landing-page/src/ui/Footer.tsx | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/council-ui/src/ui/base/toast/makeTOSAndPrivacyPolicyToast.tsx b/apps/council-ui/src/ui/base/toast/makeTOSAndPrivacyPolicyToast.tsx index 89fba7bf..c55f51c7 100644 --- a/apps/council-ui/src/ui/base/toast/makeTOSAndPrivacyPolicyToast.tsx +++ b/apps/council-ui/src/ui/base/toast/makeTOSAndPrivacyPolicyToast.tsx @@ -7,23 +7,23 @@ export function makeTOSAndPrivacyPolicyToast({ onAgreeClick: () => void; }): void { toast( -