+
+ {builderStatus === "eligible" ? (
+
+
+ APPLY FOR A GRANT
+
+ ) : (
+
+ )}
+
+ );
+};
diff --git a/packages/nextjs/app/_components/CommunityGrant.tsx b/packages/nextjs/app/_components/CommunityGrant.tsx
index 7c35b16..997ba99 100644
--- a/packages/nextjs/app/_components/CommunityGrant.tsx
+++ b/packages/nextjs/app/_components/CommunityGrant.tsx
@@ -1,12 +1,12 @@
import Image from "next/image";
-import Link from "next/link";
+import { ApplyEligibilityLink } from "./ApplyEligibilityLink";
export const CommunityGrant = () => {
return (
{/* Left section(Title, desc and btn) */}
-
+
{/* Title */}
@@ -31,12 +31,7 @@ export const CommunityGrant = () => {
Are you a BG member eager to make an impact in the ecosystem? At BuidlGuidl, we're excited to support
your builds. We offer sponsorships of up to 1 ETH for projects that drive the community forward.
-
- Apply for a grant
-
+