Skip to content

Commit

Permalink
Updated begin page
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyponomarev authored Feb 26, 2024
1 parent 97d5706 commit b8913e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/pages/begin-page/begin-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ const PageBegin = memo(() => {
<ul className={styles.texts}>
<li className={styles.text}>
<Text type="large" color="black" >
10% of the FLT supply is distributed to ~10,000 selected Web3 developers and contributors. Public keys of selected Github accounts were added into a smart contract on Ethereum. Claim your allocation and help us build the decentralized internet together!
5% of the FLT supply is allocated to ~110,000 developers who contributed into open source web3 repositories during last year. Public keys of selected Github accounts were added into a smart contract on Ethereum. Claim your allocation and help us build the decentralized internet together!
</Text>
</li>
<li className={styles.text}>
<Text type="mid" color="black">
Authenticate via Github, to check if you are eligible and proceed with claiming.
Check if you are eligible and proceed with claiming
</Text>
</li>
</ul>
Expand Down Expand Up @@ -137,4 +137,4 @@ const PageBegin = memo(() => {
)
})

export default PageBegin;
export default PageBegin;

0 comments on commit b8913e7

Please sign in to comment.