Skip to content

Commit

Permalink
remove beacon fund (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
reigj1 authored Nov 28, 2024
1 parent a51928b commit 01d8f5e
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions src/components/DevelopersHome/DappStart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Index() {
href={"https://dfinity.org/grants/"}
className={clsx(
styles.card,
styles.cardContainer,
styles.cyclesContainer,
styles.cardHover
)}
>
Expand All @@ -48,26 +48,7 @@ function Index() {
</div>
<RightArrowSVG className={styles.informationIcon} />
</motion.a>
<motion.a
variants={transitions.item}
href={"https://dfn.typeform.com/to/Px1Mout9"}
target="_blank"
className={clsx(
styles.card,
styles.cardContainer,
styles.cardHover
)}
>
<div className={styles.bodyContainer}>
<p className={styles.informationTitle}>Beacon fund</p>
<p className={styles.informationBody}>
Beacon invests early in strong teams who can launch and grow the
open internet services and decentralized financial systems of
the future.
</p>
</div>
<RightArrowSVG className={styles.informationIcon} />
</motion.a>

<motion.a
variants={transitions.item}
href={"https://faucet.dfinity.org/"}
Expand Down

0 comments on commit 01d8f5e

Please sign in to comment.