Skip to content

Commit cf82fb2

Browse files
committed
Fix astro check issue
1 parent 324bb02 commit cf82fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/sponsors/sponsors.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const sponsorTiers = tiers
4444
})
4545
.filter((tier) => tier.sponsors.length > 0);
4646
47-
const topTier = sponsorTiers.find((tier) => tier.name === "Keystone");
47+
// const topTier = sponsorTiers.find((tier) => tier.name === "Keystone");
4848
---
4949

5050
<Section variant="secondary">

0 commit comments

Comments
 (0)