Skip to content

Commit 347e052

Browse files
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
1 parent 1cf8d78 commit 347e052

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/ticket-tiers/ticket-tiers.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const tiers: TicketTierProps[] = [
4343
latePersonalPrice: 450,
4444
lateBusinessPrice: 750,
4545
features: [
46-
{ text: "Access to two full days of workshops, summits, and tutorials across six parallel tracks (July 14-15)", icon: "" },
46+
{ text: "Access to two full days of workshops, summits, and tutorials across six parallel tracks (14-15 July)", icon: "" },
4747
{ text: "<strong>Access to three days of talks across six parallel tracks with 130+ talks (16-18 July)</strong>" },
4848
{ text: "Access to open spaces throughout the three conference days" },
4949
{ text: "Access to Sprint Weekend (19-20 July)" },
@@ -65,7 +65,7 @@ const tiers: TicketTierProps[] = [
6565
latePersonalPrice: 675,
6666
lateBusinessPrice: 1200,
6767
features: [
68-
{ text: "Access to two full days of workshops, summits, and tutorials across six parallel tracks (July 14-15)" },
68+
{ text: "Access to two full days of workshops, summits, and tutorials across six parallel tracks (14-15 July)" },
6969
{ text: "<strong>Access to three days of talks across six parallel tracks with 130+ talks (16-18 July)</strong>" },
7070
{ text: "Access to open spaces throughout the three conference days" },
7171
{ text: "Access to sponsor booths with opportunities to connect with sponsoring companies" },

src/content/pages/tickets.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ As a non-profit, every ticket you buy goes back into the Python community. Wheth
6262
## Ticket Prices
6363
Regular tickets are available until June 27, 2025—late-bird rates apply after.
6464

65-
Combined tickets are limited to 300 due to tutorial capacity!
65+
Combined tickets are **limited to 300** due to tutorial capacity!
6666

6767
<TicketTiers ticketShopLink="https://tickets.europython.eu/" />
6868

@@ -100,7 +100,7 @@ If you're purchasing multiple tickets, please consider sponsoring the event!
100100
<div class="bg-white text-black p-6 rounded-lg shadow-md">
101101
<h5 class="text-xl font-bold mb-4">Special Grants</h5>
102102
<p>
103-
Are you a CPython Core Developer or an EPS Fellow? Youre eligible for a free combined ticket!
103+
Are you a CPython Core Developer or an EPS Fellow? You're eligible for a free combined ticket!
104104
</p>
105105
<p>
106106
Please check out our grant page for details on how to apply for the
@@ -112,7 +112,7 @@ If you're purchasing multiple tickets, please consider sponsoring the event!
112112
<div class="bg-white text-black p-6 rounded-lg shadow-md">
113113
<h5 class="text-xl font-bold mb-4">Refund Policy</h5>
114114
<p class="mb-4">
115-
We know plans can change! If you cant attend, you can request a full refund via your order confirmation email until June 8, 2025.
115+
We know plans can change! If you can't attend, you can request a full refund via your order confirmation email until June 8, 2025.
116116
</p>
117117
<p>
118118
After that, email us at <a href="mailto:[email protected]" class="text-primary hover:text-primary-hover underline">[email protected]</a> if you need a refund due to special circumstances.
@@ -139,7 +139,7 @@ If you're purchasing multiple tickets, please consider sponsoring the event!
139139

140140

141141
### Questions
142-
If you have any questions, check our <a href="/faq" class="text-primary hover:text-primary-hover underline">FAQ</a> first. Still need help? Our wonderful volunteer team at the <a href="mailto:[email protected]" class="text-primary hover:text-primary-hover underline">EuroPython Helpdesk</a> is happy to assist—dont hesitate to reach out!
142+
If you have any questions, check our <a href="/faq" class="text-primary hover:text-primary-hover underline">FAQ</a> first. Still need help? Our wonderful volunteer team at the <a href="mailto:[email protected]" class="text-primary hover:text-primary-hover underline">EuroPython Helpdesk</a> is happy to assist—don't hesitate to reach out!
143143

144144

145145
<div class="text-center">

0 commit comments

Comments
 (0)