From f319b3aa99621702057b44cb23f6d940c5d317d8 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 11 Sep 2024 15:10:42 +0200 Subject: [PATCH] sponsors: Add Mark Goetz --- 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 43c383b..1670e09 100644 --- a/src/components/landing/sponsors.astro +++ b/src/components/landing/sponsors.astro @@ -84,6 +84,10 @@ const sponsors = [ { name: "Guillaume Knispel", }, + { + name: "Mark Goetz", + href: "https://markandrewgoetz.com", + }, ], }, ];