From 914233a55d7c6a61e0a59564760066684bdc6b85 Mon Sep 17 00:00:00 2001 From: Niko Date: Sat, 14 Jun 2025 20:40:35 +0200 Subject: [PATCH 1/3] Add warning note --- src/content/pages/tickets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/tickets.mdx b/src/content/pages/tickets.mdx index c0d32948f..f7eff48df 100644 --- a/src/content/pages/tickets.mdx +++ b/src/content/pages/tickets.mdx @@ -49,7 +49,7 @@ As a non-profit, every ticket you buy goes back into the Python community. Wheth ## Ticket Prices -Regular tickets are available until June 27, 2025—late-bird rates apply after. +Regular tickets are available until June 27, 2025—late-bird rates apply after. Combined tickets are **limited to 300** due to tutorial capacity! From 262ce1ddd4a75393b5a3980d1cb8a579758a3e37 Mon Sep 17 00:00:00 2001 From: Niko Date: Sat, 14 Jun 2025 20:55:41 +0200 Subject: [PATCH 2/3] Update tickets tier style --- src/components/ticket-tiers/ticket-tiers.astro | 2 +- src/content/pages/tickets.mdx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/ticket-tiers/ticket-tiers.astro b/src/components/ticket-tiers/ticket-tiers.astro index 5ff960ba3..34da1fe79 100644 --- a/src/components/ticket-tiers/ticket-tiers.astro +++ b/src/components/ticket-tiers/ticket-tiers.astro @@ -134,7 +134,7 @@ const formatPrice = (price: number | string) => { ---
-
+
{ tiers.map((tier) => (
diff --git a/src/content/pages/tickets.mdx b/src/content/pages/tickets.mdx index f7eff48df..f5e6678e6 100644 --- a/src/content/pages/tickets.mdx +++ b/src/content/pages/tickets.mdx @@ -49,10 +49,11 @@ As a non-profit, every ticket you buy goes back into the Python community. Wheth ## Ticket Prices -Regular tickets are available until June 27, 2025—late-bird rates apply after. Combined tickets are **limited to 300** due to tutorial capacity! +Regular tickets are available until June 27, 2025 — late-bird rates apply after. + From baf8652e29681df66e1fd6def606b0fda7bd5d78 Mon Sep 17 00:00:00 2001 From: Niko Date: Sat, 14 Jun 2025 21:58:57 +0200 Subject: [PATCH 3/3] Update tickets tier padding --- src/components/ticket-tiers/ticket-tiers.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ticket-tiers/ticket-tiers.astro b/src/components/ticket-tiers/ticket-tiers.astro index 34da1fe79..5ff960ba3 100644 --- a/src/components/ticket-tiers/ticket-tiers.astro +++ b/src/components/ticket-tiers/ticket-tiers.astro @@ -134,7 +134,7 @@ const formatPrice = (price: number | string) => { ---
-
+
{ tiers.map((tier) => (