diff --git a/apps/nft-interface/components/HeroSection/index.tsx b/apps/nft-interface/components/HeroSection/index.tsx
index 71fb1946..1655cd44 100644
--- a/apps/nft-interface/components/HeroSection/index.tsx
+++ b/apps/nft-interface/components/HeroSection/index.tsx
@@ -12,7 +12,6 @@ import Link from "next/link";
import { ReactElement } from "react";
import { Fade } from "react-awesome-reveal";
import { isFeatureEnabled } from "src/features";
-import { COUNCIL_URL } from "src/urls";
export const HeroSection = (): ReactElement => {
return (
@@ -35,15 +34,6 @@ export const HeroSection = (): ReactElement => {
Start minting
-
-
- The Council
-
-
)}
diff --git a/apps/nft-interface/components/HeroSection/styles.ts b/apps/nft-interface/components/HeroSection/styles.ts
index e590ac75..7c3f969a 100644
--- a/apps/nft-interface/components/HeroSection/styles.ts
+++ b/apps/nft-interface/components/HeroSection/styles.ts
@@ -53,8 +53,7 @@ export const HeroSectionContainer = styled.section`
`;
export const ButtonWrapper = styled.div`
- display: grid;
- grid-template-columns: 1fr 1fr;
+ display: flex;
align-items: center;
max-width: max-content;
margin: 0 auto;
diff --git a/apps/nft-interface/components/Layout/Footer/index.tsx b/apps/nft-interface/components/Layout/Footer/index.tsx
index 29e7e453..071baa2a 100644
--- a/apps/nft-interface/components/Layout/Footer/index.tsx
+++ b/apps/nft-interface/components/Layout/Footer/index.tsx
@@ -11,7 +11,7 @@ import Logo from "public/assets/svg/logo.svg";
import { ReactElement } from "react";
import { Fade } from "react-awesome-reveal";
import {
- COUNCIL_DELEGATE_URL,
+ ELEMENT_GOV_URL,
COUNCIL_DOC_URL,
COUNCIL_URL,
DISCORD_URL,
@@ -54,9 +54,11 @@ export const Footer = (): ReactElement => {
Governance
- Council
- Delegate
+
+ Element Governance
+
Documentation
+ Council Framework
Social
diff --git a/apps/nft-interface/src/urls.ts b/apps/nft-interface/src/urls.ts
index 54b67bed..9b39e9cd 100644
--- a/apps/nft-interface/src/urls.ts
+++ b/apps/nft-interface/src/urls.ts
@@ -2,8 +2,8 @@ import { BigNumber } from "ethers";
export const DISCORD_URL = "https://discord.gg/pvnUHuAsQ2";
export const TWITTER_URL = "https://twitter.com/Element_DAO";
-export const COUNCIL_URL = "https://gov.element.fi/";
-export const COUNCIL_DELEGATE_URL = "https://gov.element.fi/voters";
+export const COUNCIL_URL = "https://council.delv.tech/";
+export const ELEMENT_GOV_URL = "https://gov.element.fi/voters";
export const COUNCIL_DOC_URL =
"https://docs.element.fi/governance-council/council-protocol-overview";
export const ADDRESS_SCREEN_URL =