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/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( -
+

Element.fi Terms of Service

Certify and accept terms
Terms of Service @@ -35,7 +35,7 @@ export function makeTOSAndPrivacyPolicyToast({ onAgreeClick(); toast.dismiss(TOAST_HASH); }} - className="daisy-btn daisy-btn-sm daisy-btn-outline" + className="daisy-btn daisy-btn-outline daisy-btn-sm" > I Agree 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." /> - + diff --git a/apps/landing-page/src/ui/Footer.tsx b/apps/landing-page/src/ui/Footer.tsx index 379e776b..a586456f 100644 --- a/apps/landing-page/src/ui/Footer.tsx +++ b/apps/landing-page/src/ui/Footer.tsx @@ -16,7 +16,7 @@ export function Footer(): ReactElement {