Skip to content

Commit d050660

Browse files
Change childcare age (#1141)
1 parent 5295ca6 commit d050660

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const tiers: TicketTierProps[] = [
4848
{
4949
text: "Access to in-person networking opportunities during the tutorial days",
5050
},
51-
{ text: "Access to free childcare for children aged 18 months and older" },
51+
{ text: "Access to free childcare for children aged 19 months and older" },
5252
{ text: "Conference T-shirt included" },
5353
{
5454
text: "<strong>Limited to only 300, due to tutorial capacity</strong>",
@@ -83,7 +83,7 @@ const tiers: TicketTierProps[] = [
8383
{
8484
text: "Access to in-person networking opportunities during the main conference days",
8585
},
86-
{ text: "Access to free childcare for children aged 18 months and older" },
86+
{ text: "Access to free childcare for children aged 19 months and older" },
8787
{ text: "Conference T-shirt included" },
8888
],
8989
},
@@ -112,7 +112,7 @@ const tiers: TicketTierProps[] = [
112112
{
113113
text: "Access to in-person networking opportunities throughout the entire conference",
114114
},
115-
{ text: "Access to free childcare for children aged 18 months and older" },
115+
{ text: "Access to free childcare for children aged 19 months and older" },
116116
{ text: "Conference T-shirt included" },
117117
{
118118
text: "<strong>Limited to only 300, due to tutorial capacity</strong>",

src/content/pages/childcare.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import childcareBalls from "./images/childcare-balls.jpg";
1212

1313
We’re committed to making EuroPython as inclusive and accessible as possible — and that includes supporting parents attending the conference.
1414

15-
🧸 **Free childcare** will be available for children aged **18 months and older**.
15+
🧸 **Free childcare** will be available for children aged **19 months and older**.
1616
Our professional childcare providers will offer a fun, safe, and engaging environment for your little ones during the conference.
1717

18-
👶 Children under 18 months are welcome too! While we don’t provide dedicated care for infants, you’re very welcome to bring your own caregiver — whether it’s a nanny, grandparent, or another family member. They’re also welcome to use our designated family-friendly space during the event.
18+
👶 Children under 19 months are welcome too! While we don’t provide dedicated care for infants, you’re very welcome to bring your own caregiver — whether it’s a nanny, grandparent, or another family member. They’re also welcome to use our designated family-friendly space during the event.
1919

2020
If you prefer, you can hire a professional nanny at your own cost through our childcare provider.
2121

src/content/pages/tickets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If you're purchasing multiple tickets, please consider sponsoring the event!
127127
<span>☕ Every ticket includes break refreshments and a light lunch for each day.</span>
128128
</li>
129129
<li class="flex items-start">
130-
<span>👶 Free childcare is available at the conference for children aged 18 months and older. For more info, check out our [childcare](/childcare) page. Please make sure to register a ticket for yourself and select how many children will require childcare at checkout.</span>
130+
<span>👶 Free childcare is available at the conference for children aged 19 months and older. For more info, check out our [childcare](/childcare) page. Please make sure to register a ticket for yourself and select how many children will require childcare at checkout.</span>
131131
</li>
132132
<li class="flex items-start">
133133
<span>⏰ We encourage you to book your ticket early. This makes it easier for us to plan for the event and arrange important things like catering, badge printing, and other logistics.</span>

0 commit comments

Comments
 (0)