From 585945b514e1ae9f6052cb5ef184fa7cda93f480 Mon Sep 17 00:00:00 2001
From: nethen <72537484+nethen@users.noreply.github.com>
Date: Sat, 14 Dec 2024 04:11:18 -0800
Subject: [PATCH] fix: added aria to sponsors
---
src/landing/Sponsors.tsx | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/src/landing/Sponsors.tsx b/src/landing/Sponsors.tsx
index 39f3ece..357e43e 100644
--- a/src/landing/Sponsors.tsx
+++ b/src/landing/Sponsors.tsx
@@ -15,32 +15,43 @@ const SvgChildren = [
component: ,
linkURL: "https://www.fellowsfundvc.com/",
key: "fellows",
+ name: "Fellows Fund",
+ },
+ {
+ component: ,
+ linkURL: "https://www.gft.vc/",
+ key: "gft",
+ name: "GFT Ventures",
},
- { component: , linkURL: "https://www.gft.vc/", key: "gft" },
{
component: ,
linkURL: "https://lombardstreet.vc/",
key: "lombard",
+ name: "Lombardstreet Ventures",
},
{
component: ,
linkURL: "https://www.ninjacapital.com/",
key: "ninja",
+ name: "Ninja Capital",
},
{
component: ,
linkURL: "https://www.ycombinator.com/companies/k-scale-labs",
- key: "yCommunity",
+ key: "yCombinator",
+ name: "Y Combinator",
},
{
component: ,
linkURL: "https://aigrant.com/",
key: "aiGrant",
+ name: "AI Grant",
},
{
component: ,
linkURL: "https://www.pioneerfund.vc/",
key: "pioneer",
+ name: "Pioneer",
},
];
@@ -58,7 +69,12 @@ const Sponsors = () => {