diff --git a/src/components/sponsor-tiers/sponsor-tiers.astro b/src/components/sponsor-tiers/sponsor-tiers.astro index 38ab9399e..f53ecd865 100644 --- a/src/components/sponsor-tiers/sponsor-tiers.astro +++ b/src/components/sponsor-tiers/sponsor-tiers.astro @@ -215,7 +215,7 @@ const formatPrice = (price: number | string) => { }) .map((tier) => (
-
+
{ {tier.slotsLeft ? ( <> {tier.slotsLeft} - {tier.slotsLeft == 1 ? "slot" : "slots"} availalbe + {tier.slotsLeft == 1 ? "slot" : "slots"} available ) : ( <>Fully booked @@ -269,7 +269,7 @@ const formatPrice = (price: number | string) => { .map((tier) => (
-
+
{ ) : tier.slotsLeft ? ( <> {tier.slotsLeft} - {tier.slotsLeft == 1 ? "slot" : "slots"} availalbe + {tier.slotsLeft == 1 ? "slot" : "slots"} available ) : ( <>Fully booked @@ -325,7 +325,7 @@ const formatPrice = (price: number | string) => { .map((tier) => (
-
+
{ ) : tier.slotsLeft ? ( <> {tier.slotsLeft} - {tier.slotsLeft == 1 ? "slot" : "slots"} availalbe + {tier.slotsLeft == 1 ? "slot" : "slots"} available ) : ( <>Fully booked @@ -381,7 +381,7 @@ const formatPrice = (price: number | string) => { }) .map((tier) => (
-
+
{ {tier.slotsLeft ? ( <> {tier.slotsLeft} - {tier.slotsLeft == 1 ? "slot" : "slots"} availalbe + {tier.slotsLeft == 1 ? "slot" : "slots"} available ) : ( <>Fully booked