update again

This commit is contained in:
Maximilian Schneider 2021-07-28 15:58:54 +02:00
parent 6237e46bfb
commit 4379e8b4b0
2 changed files with 4 additions and 5 deletions

View File

@ -237,9 +237,9 @@ const ContentSectionAbout = () => {
Contributor tokens
</p>
<p className="text-white text-opacity-70">
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.
</p>
</div>
</div>

View File

@ -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)