diff --git a/site/src/components/Footer.astro b/site/src/components/Footer.astro
index 1da41ea..34c207c 100644
--- a/site/src/components/Footer.astro
+++ b/site/src/components/Footer.astro
@@ -76,7 +76,7 @@ const featuredGroups = data.groups.filter((g) => featuredGroupSlugs.includes(get
Sponsors
{sponsors.map((s) => (
-
+
))}
@@ -98,3 +98,8 @@ const featuredGroups = data.groups.filter((g) => featuredGroupSlugs.includes(get
+
+
diff --git a/site/src/components/Header.astro b/site/src/components/Header.astro
index b9992f5..2f193a1 100644
--- a/site/src/components/Header.astro
+++ b/site/src/components/Header.astro
@@ -126,7 +126,7 @@ const starsLabel = stars > 0 ? (stars >= 1000 ? `${(stars / 1000).toFixed(1)}k`
Sponsored by
{sponsors.map((s) => (
-
+
))}
@@ -149,6 +149,11 @@ const starsLabel = stars > 0 ? (stars >= 1000 ? `${(stars / 1000).toFixed(1)}k`
+
+