diff --git a/components/HeroSection.tsx b/components/HeroSection.tsx index bcfa459..75eab5e 100644 --- a/components/HeroSection.tsx +++ b/components/HeroSection.tsx @@ -2,21 +2,21 @@ import GradientText from './GradientText' const HeroSection = () => { return (
-
-
-
-

- Join the{' '}Mango DAO and help build the ecosystem. -

-

- The Mango DAO is an experiment in self governance that aims to - build a completely decentralzied financial ecosystem. -

-
+
+
+
+

+ Join the Mango DAO and help build the + ecosystem. +

+

+ The Mango DAO is an experiment in self governance that aims to + build a completely decentralzied financial ecosystem. +

-
- + + ) } diff --git a/components/LandingContent.tsx b/components/LandingContent.tsx index 2827703..b26eef4 100644 --- a/components/LandingContent.tsx +++ b/components/LandingContent.tsx @@ -1,13 +1,13 @@ -import Button from "./Button" -import PoolInfoCards from "./PoolInfoCards" +import Link from './Link' +import PoolInfoCards from './PoolInfoCards' const LandingContent = () => { return (
-
- -
+
+ +

It is still the early days. @@ -64,8 +64,8 @@ const LandingContent = () => { Mango Governance tokens ($MNGO) will serve as the incentive for those who can proove their work is useful to the DAO.

- - + Check out the whitepaper +

$MNGO were only provided to developers who helped to build out the protocol. @@ -111,8 +111,13 @@ const LandingContent = () => {

The event will span over a 2 day period split into two sections,{' '} - Unrestricted{' '} - and Restricted + + Unrestricted + {' '} + and{' '} + + Restricted + .

@@ -131,7 +136,9 @@ const LandingContent = () => {

- Restricted + + Restricted +

After 24 hours deposits will be restricted and only diff --git a/components/Link.tsx b/components/Link.tsx index 4958549..ab7216a 100644 --- a/components/Link.tsx +++ b/components/Link.tsx @@ -39,7 +39,7 @@ const Link: FunctionComponent = ({ }) => { return ( {children} diff --git a/pages/ContributionPage.tsx b/pages/ContributionPage.tsx index bcc6975..e516de3 100644 --- a/pages/ContributionPage.tsx +++ b/pages/ContributionPage.tsx @@ -1,21 +1,19 @@ import ContributionModal from '../components/ContributionModal' -import FooterSection from '../components/FooterSection' +import PoolInfoCards from '../components/PoolInfoCards' import HeroSection from '../components/HeroSection' import LandingContent from '../components/LandingContent' -import NavBarBeta from '../components/NavBarBeta' const ContributionPage = () => { return ( <> - +

- ) } diff --git a/public/icons/paper.svg b/public/icons/paper.svg deleted file mode 100644 index 06e4c3a..0000000 --- a/public/icons/paper.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/public/icons/usdc.svg b/public/icons/usdc.svg deleted file mode 100644 index 1366ed7..0000000 --- a/public/icons/usdc.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - diff --git a/stores/useWalletStore.tsx b/stores/useWalletStore.tsx index 0e2c8f8..9385f18 100644 --- a/stores/useWalletStore.tsx +++ b/stores/useWalletStore.tsx @@ -35,7 +35,8 @@ export const ENDPOINTS: EndpointInfo[] = [ url: 'https://api.devnet.solana.com', websocket: 'https://api.devnet.solana.com', programId: '2oBtRS2AAQfsMxXQfg41fKFY9zjvHwSSD7G5idrCFziV', - poolKey: '82ndgp58GXpwuLrEc9svHFdhiEsPaZoNUEWwgc79WHqk', + // poolKey: '82ndgp58GXpwuLrEc9svHFdhiEsPaZoNUEWwgc79WHqk', // already over + poolKey: '5heMyYtJK1Us9Hx2w6s5rLDNj8RufeyCR1ZUJAVFLQL7', // long deposits }, { name: 'localnet',