Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URLs #20

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/council-ui/pages/proposals/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ export default function ProposalsPage(): ReactElement {
<ExternalInfoCard
header="Learn about the proposal process."
body="Check out the Element Governance Proposal Framework"
href="https://docs.element.fi/governance-council/element-governance-proposal-framework/the-governance-process/the-proposal-process-overview"
href="https://docs-delv.gitbook.io/element-developer-docs/governance-council/element-governance-proposal-framework/the-governance-process/the-proposal-process-overview"
/>
<ExternalInfoCard
header="How do I create an on-chain proposal?"
body="Check out the Proposal Lifecycle Breakdown & Criteria"
href="https://docs.element.fi/governance-council/element-governance-proposal-framework/the-governance-process/the-proposal-lifecycles/protocol-executable-proposal-lifecycle-breakdown-and-criteria"
href="https://docs-delv.gitbook.io/element-developer-docs/governance-council/element-governance-proposal-framework/the-governance-process/the-proposal-lifecycles/protocol-executable-proposal-lifecycle-breakdown-and-criteria"
/>
</div>
</Page>
Expand Down
4 changes: 2 additions & 2 deletions apps/council-ui/pages/vaults/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
/>
<ExternalInfoCard
header="Want to dive deeper? Read the docs."
body="Learn about the mechanics behind the current vault types,
details on the underlying smart contracts, and how to create and
propose new vaults."
href="https://docs.element.fi/governance-council/council-protocol-smart-contracts/voting-vaults"
href="https://docs-delv.gitbook.io/element-developer-docs/governance-council/council-protocol-smart-contracts/voting-vaults"
/>
</div>
</Page>
Expand Down
6 changes: 3 additions & 3 deletions apps/council-ui/src/config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ export function makeTOSAndPrivacyPolicyToast({
onAgreeClick: () => void;
}): void {
toast(
<div className="flex flex-col gap-2 w-full justify-between items-center">
<div className="flex w-full flex-col items-center justify-between gap-2">
<div className="text-center">
<h3 className="font-bold">Element.fi Terms of Service</h3>
<span className="text-xs">Certify and accept terms</span>
</div>
<div className="flex gap-2">
<a
className="daisy-btn daisy-btn-sm daisy-btn-ghost"
href="https://elementfi.s3.us-east-2.amazonaws.com/element-finance-terms-of-service-02-03-2023.pdf"
className="daisy-btn daisy-btn-ghost daisy-btn-sm"
href="https://delv-public.s3.us-east-2.amazonaws.com/delv-terms-of-service.pdf"
target="_blank"
rel="noreferrer"
>
Terms of Service
</a>
<a
className="daisy-btn daisy-btn-sm daisy-btn-ghost"
href="https://elementfi.s3.us-east-2.amazonaws.com/element-finance-privacy-policy-02-03-23.pdf"
className="daisy-btn daisy-btn-ghost daisy-btn-sm"
href="https://delv-public.s3.us-east-2.amazonaws.com/delv-privacy-policy.pdf"
target="_blank"
rel="noreferrer"
>
Expand All @@ -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
</button>
Expand Down
2 changes: 1 addition & 1 deletion apps/landing-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
property="og:description"
content="Council represents the next evolution of on-chain governance, allowing anyone to build adaptable governance systems."
/>
<meta property="og:url" content="https://council.element.fi" />
<meta property="og:url" content="https://council.delv.tech" />
<meta property="og:image" content="https://i.imgur.com/KQWIzWu.png" />
<link rel="icon" type="image/svg+xml" href="/council-icon.png" />
</head>
Expand Down
4 changes: 2 additions & 2 deletions apps/landing-page/src/ui/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ export function Footer(): ReactElement {
</p>
<p className="flex gap-4">
<a
href="https://elementfi.s3.us-east-2.amazonaws.com/element-finance-terms-of-service.pdf"
href="https://delv-public.s3.us-east-2.amazonaws.com/delv-terms-of-service.pdf"
className="transition-all text-primary-text hover:text-white"
target="_blank"
rel="noreferrer"
>
Terms
</a>
<a
href="https://elementfi.s3.us-east-2.amazonaws.com/element-finance-privacy-policy.pdf"
href="https://delv-public.s3.us-east-2.amazonaws.com/delv-privacy-policy.pdf"
className="transition-all text-primary-text hover:text-white"
target="_blank"
rel="noreferrer"
Expand Down