From b42a77297736c6d76594847068d1034033557ada Mon Sep 17 00:00:00 2001 From: Shiv Bhonde Date: Wed, 21 Feb 2024 22:55:04 +0530 Subject: [PATCH] add twitter link --- .../nextjs/app/_components/EcosystemGrants.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/nextjs/app/_components/EcosystemGrants.tsx b/packages/nextjs/app/_components/EcosystemGrants.tsx index 9b4e571..f0b7835 100644 --- a/packages/nextjs/app/_components/EcosystemGrants.tsx +++ b/packages/nextjs/app/_components/EcosystemGrants.tsx @@ -5,11 +5,13 @@ const EcosystemGrantsCard = ({ description, imageLink, amountGranted, + twitterLink, }: { title: string; description: string; imageLink: string; amountGranted: string; + twitterLink: string; }) => { return (
@@ -22,9 +24,14 @@ const EcosystemGrantsCard = ({ {description || "Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.Lorem ipsum dolor sit amet, qui minim labore adipisicing."}

-
- Amount: - {amountGranted} +
+
+ Amount: + {amountGranted} +
+ + Twitter +
@@ -47,6 +54,7 @@ export const EcosystemGrants = () => { description="" imageLink="/assets/jessy-hacker-house.png" amountGranted="1 ETH" + twitterLink="https://twitter.com/wehack247" /> {/* Solidty By Example */} { description="" imageLink="/assets/solidity-by-example.png" amountGranted="1 ETH" + twitterLink="https://twitter.com/ProgrammerSmart" /> {/* Winter */} { description="Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet." imageLink="/assets/winter.png" amountGranted="1 ETH" + twitterLink="https://x.com/w1nt3r_eth" />