Skip to content

Commit 29033f2

Browse files
Apply suggestions from code review
Co-authored-by: Theofanis Petkos <[email protected]>
1 parent ad1ba4c commit 29033f2

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const tiers: TicketTierProps[] = [
2222
personalPrice: 200,
2323
businessPrice: 400,
2424
features: [
25-
"Access to Workshop/Tutorial Days (8-9 July)",
26-
"Access to Sprint Weekend (13-14 July)",
25+
"Access to Workshop/Tutorial Days (14-15 July)",
26+
"Access to Sprint Weekend (19-20 July)",
2727
"<strong>Does NOT include</strong> the main Conference Days",
2828
"Break refreshments and light lunch included",
2929
"Free childcare available if needed",
@@ -38,8 +38,8 @@ const tiers: TicketTierProps[] = [
3838
latePersonalPrice: 450,
3939
lateBusinessPrice: 750,
4040
features: [
41-
"<strong>Access to Conference Days (10-12 July)</strong>",
42-
"Access to Sprint Weekend (13-14 July)",
41+
"<strong>Access to Conference Days (16-18 July)</strong>",
42+
"Access to Sprint Weekend (19-20 July)",
4343
"Limited access to specific sponsored workshops",
4444
"Break refreshments and light lunch included",
4545
"Free childcare available if needed",
@@ -54,10 +54,10 @@ const tiers: TicketTierProps[] = [
5454
latePersonalPrice: 675,
5555
lateBusinessPrice: 1200,
5656
features: [
57-
"<strong>Access to ALL conference dates (8-14 July)</strong>",
58-
"Workshop/Tutorial Days (8-9 July)",
59-
"Conference Days (10-12 July)",
60-
"Sprint Weekend (13-14 July)",
57+
"<strong>Access to ALL conference dates (14-20 July)</strong>",
58+
"Workshop/Tutorial Days (14-15 July)",
59+
"Conference Days (16-18 July)",
60+
"Sprint Weekend (19-20 July)",
6161
"Break refreshments and light lunch included",
6262
"Free childcare available if needed",
6363
"T-shirt",
@@ -81,7 +81,7 @@ const formatPrice = (price: number | string) => {
8181
<div class="text-center mb-8">
8282
<h2 class="text-3xl font-bold">Ticket Types</h2>
8383
<p class="text-xl mt-2">Choose the ticket that best fits your conference needs</p>
84-
<p class="text-xl mt-[-10px] mb-12 font-bold italic">Regular tickets available until 21 June 2024, after which Late-bird rates apply</p>
84+
<p class="text-xl mt-[-10px] mb-12 font-bold italic">Regular tickets available until 27 June 2025, after which Late-bird rates apply</p>
8585
</div>
8686

8787
<div class="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3 gap-10 md:gap-6 lg:gap-10">
@@ -139,7 +139,7 @@ const formatPrice = (price: number | string) => {
139139
<ul class="text-base list-none pl-0">
140140
<li class="flex items-start">
141141
<span class="flex-shrink-0 w-6">✔️</span>
142-
<span>Remote participation for Conference Days (10-12 July)</span>
142+
<span>Remote participation for Conference Days (16-18 July)</span>
143143
</li>
144144
<li class="flex items-start">
145145
<span class="flex-shrink-0 w-6">✔️</span>
@@ -169,7 +169,7 @@ const formatPrice = (price: number | string) => {
169169
<ul class="text-base list-none pl-0">
170170
<li class="flex items-start">
171171
<span class="flex-shrink-0 w-6">✔️</span>
172-
<span>Remote participation for Conference Days (10-12 July)</span>
172+
<span>Remote participation for Conference Days (16-18 July)</span>
173173
</li>
174174
<li class="flex items-start">
175175
<span class="flex-shrink-0 w-6">✔️</span>

src/pages/tickets.astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { Note } from "../components/note";
4040
</li>
4141
<li class="flex items-start">
4242
<span class="flex-shrink-0 w-6">📅</span>
43-
<span><strong>Sprint Weekend</strong> (19-20 July, Sat-Sun)</span>
43+
<span><strong>Sprints Weekend</strong> (19-20 July, Sat-Sun)</span>
4444
</li>
4545
</ul>
4646
</div>
@@ -54,9 +54,8 @@ import { Note } from "../components/note";
5454
Each ticket type is available in three payment tiers. We encourage and trust you to pick a
5555
fair ticket tier that fits your personal circumstance. The money you spend will be put
5656
straight back into the community to support our diversity initiatives,
57-
<a href="/finaid" class="text-primary hover:text-primary-hover underline">financial aid programmes</a> and
58-
<a href="https://www.europython-society.org/grants/" class="text-primary hover:text-primary-hover underline">other grants</a>
59-
offered to the European Python community.
57+
<a href="/finaid" class="text-primary hover:text-primary-hover underline">the financial aid programme</a> and
58+
<a href="https://www.europython-society.org/grants/" class="text-primary hover:text-primary-hover underline">the EPS Grants programme</a>
6059
</p>
6160

6261
<BenefitsList>

0 commit comments

Comments
 (0)