Skip to content

Commit

Permalink
Update Roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
doyledyp committed Dec 30, 2020
1 parent ca6a67c commit 804172b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion src/components/Whitelist/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const PageWrapper = styled(AutoColumn)`
justify-self: center;
margin: auto;
justify-content: center;
${({ theme }) => theme.mediaWidth.upToExtraSmall`
display: grid;
`}
`

const WhitelistForm = styled.div`
Expand Down Expand Up @@ -89,6 +92,7 @@ const MenuItemExternalMobile = styled(ExternalLink).attrs({})`
${({ theme }) => theme.mediaWidth.upToExtraSmall`
font-size: 10px;
display: block;
margin-top: 5px;
`}
`

Expand Down Expand Up @@ -132,7 +136,7 @@ export default function Whitelist() {
JOIN NOW AND START EARNING ETH REWARDS
</MenuItemExternal>
<MenuItemExternalMobile id={`stake-nav-link`} href={'https://app.dyp.finance/'}>
JOIN NOW
JOIN NOW AND START EARNING ETH REWARDS
</MenuItemExternalMobile>
</PageWrapper>
<TYPE.white fontWeight={400} fontSize={17} style={{ margin: 'auto', textDecoration: 'underline' }}>
Expand Down
7 changes: 4 additions & 3 deletions src/pages/Roadmap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,11 @@ export default function Roadmap() {
<RowBetween>
<TYPE.white fontWeight={600}>
✓ Token Crowdsale scheduled toward the end of October<div></div>✓ Uniswap Listing<div></div>
Liquidity Lock<div></div> Listing DYP in other exchanges<div></div>✓ Building Smart Contract
Liquidity Lock<div></div> Listing DYP in other exchanges<div></div>✓ Building Smart Contract
for Liquidity Mining pools<div></div>✓ Building Smart Contract for miners<div></div>✓ Smart
Contract Security Audit<div></div>✓ Add Liquidity Participating Pools<div></div>➫ Ethereum
mining pool Whitelist Launch<div></div>✓ Launch DYP Governance<div></div>➫ Launch DYP Referral
Contract Security Audit<div></div>✓ Add Liquidity Participating Pools<div></div>✓ Ethereum
mining pool Whitelist Launch<div></div>✓ Launch DYP Governance<div></div>➫ Launch DYP Referral -
coming in January integrated with the new staking pools
<div></div>
</TYPE.white>
</RowBetween>
Expand Down

0 comments on commit 804172b

Please sign in to comment.