diff --git a/components/ContentSectionAbout.tsx b/components/ContentSectionAbout.tsx index 5f009b9..00703ec 100644 --- a/components/ContentSectionAbout.tsx +++ b/components/ContentSectionAbout.tsx @@ -237,9 +237,9 @@ const ContentSectionAbout = () => { Contributor tokens

- 5% will be distributed to early contributors to award - them a large stake in the DAO. These tokens are - unlocked. + 5% will be allocated to a distributed group of early + contributors, who worked tirelessly on this project + over the last year. These tokens are unlocked.

diff --git a/components/NavBarBeta.tsx b/components/NavBarBeta.tsx index 21f55f3..b2ea028 100644 --- a/components/NavBarBeta.tsx +++ b/components/NavBarBeta.tsx @@ -1,7 +1,6 @@ import { useEffect, useState } from 'react' import MangoPill from '../components/MangoPill' -//import MangoSale from '../components/MangoSale' -import Button from './Button' +// import Button from './Button' const NavBarBeta = () => { const [mobileMenuVisible, setMobileMenuVisible] = useState(false)