Skip to content

Commit 57f7f62

Browse files
committed
hide the startup tier for now
1 parent dc7dfb7 commit 57f7f62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/sponsor-tiers/sponsor-tiers.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const formatPrice = (price: number | string) => {
245245
}
246246
</div>
247247

248-
248+
<!--
249249
<div class="text-center mb-8 mt-16">
250250
<h2 class="text-3xl font-bold">Startups</h2>
251251
<p class="text-xl mt-2 mb-12">
@@ -300,6 +300,7 @@ const formatPrice = (price: number | string) => {
300300
))
301301
}
302302
</div>
303+
-->
303304

304305
<div class="text-center mb-8 mt-16">
305306
<h2 class="text-3xl font-bold">Major Supporters</h2>

0 commit comments

Comments
 (0)