Skip to content

Commit

Permalink
chore(web): adds text with link to Circle's faucet (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgousset authored Mar 20, 2024
1 parent 4278170 commit ef7fae2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
8 changes: 8 additions & 0 deletions apps/web/pages/[chain].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ const Home: NextPage<Props> = ({ isOutOfCELO, network }: Props) => {
<div className={styles.center}>
<RequestForm network={network} isOutOfCELO={isOutOfCELO} />
</div>

<small className={`${styles.phaseDown} ${inter.className}`}>
Need <b>USDC</b>? Get tokens at{' '}
<u>
<Link href="https://faucet.circle.com/">faucet.circle.com</Link>
</u>
</small>

<small className={`${styles.phaseDown} ${inter.className}`}>
*Accounts with large balances will receive a phased down amount.
Please consider returning any tokens you won&#39;t need.
Expand Down

0 comments on commit ef7fae2

Please sign in to comment.