We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324bb02 commit cf82fb2Copy full SHA for cf82fb2
src/components/sections/sponsors/sponsors.astro
@@ -44,7 +44,7 @@ const sponsorTiers = tiers
44
})
45
.filter((tier) => tier.sponsors.length > 0);
46
47
-const topTier = sponsorTiers.find((tier) => tier.name === "Keystone");
+// const topTier = sponsorTiers.find((tier) => tier.name === "Keystone");
48
---
49
50
<Section variant="secondary">
0 commit comments