From f73265e491d38684baa0ace9497f37c4c8ab0c5e Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 2 Oct 2024 20:30:43 +0200 Subject: [PATCH] sponsors: Add Jonathan Lahijani --- src/components/landing/sponsors.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/landing/sponsors.astro b/src/components/landing/sponsors.astro index 0ec24f5..c95443f 100644 --- a/src/components/landing/sponsors.astro +++ b/src/components/landing/sponsors.astro @@ -96,6 +96,10 @@ const sponsors = [ name: "Broadband Map", href: "https://broadbandmap.com", }, + { + name: "Jonathan Lahijani", + href: "https://jonathanlahijani.com", + }, ], }, ];