Skip to content

Commit

Permalink
remove grant program section
Browse files Browse the repository at this point in the history
  • Loading branch information
tradersnow222 committed Aug 1, 2024
1 parent 155fa82 commit b2b2d24
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@ import clsx from "clsx";

const DeveloperList = [
{
link: 'https://1inch.io/foundation-grant-program/',
link: 'https://gov.1inch.community/docs/governance/overview',
button: {
title: 'Apply for Grant',
href: 'https://airtable.com/shr899d3K9Bw963CP'
title: 'Explore Governance',
href: 'https://gov.1inch.community/docs/governance/overview'
},
image: (
<div className={clsx(styles.developerCardImage, styles.foundationGrantProgramImage)}/>
),
title: 'Grants program',
title: '1inch DAO Governance Docs',
description: (
<>
Incentivizing individual developers and teams to build on the 1inch Network's protocols and contribute
to protocol evolution.
Explore a comprehensive library of 1inch DAO Governance resources and information.
</>
)
},
Expand Down Expand Up @@ -62,7 +61,7 @@ function DeveloperLink({image, title, description, link, button}) {
<div className={styles.developerCardText}>
{description}
&nbsp;
{link && <Link className={styles.developerCardLink} to={link}>Read more</Link>}
{link && <Link className={styles.developerCardLink} to={link}></Link>}
</div>

<Link className={styles.developerCardButton} to={button.href}>{button.title}</Link>
Expand Down

0 comments on commit b2b2d24

Please sign in to comment.