Skip to content

Commit 9cdb1de

Browse files
Update event date to 9th May 2026
1 parent 5590136 commit 9cdb1de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/data/generic.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const genericInformation = {
22
pageTitle: "Warsaw Python Pizza",
3-
socialDescription: "Warsaw Python Pizza, join us in Warsaw on 18th April 2026",
3+
socialDescription: "Warsaw Python Pizza, join us in Warsaw on 9th May 2026",
44
siteHeading: "Warsaw Python Pizza",
55
subHeading: "Warsaw, Poland - Venue TBD",
6-
whenDatetime: "2026/04/18 10:00 AM UTC+2",
6+
whenDatetime: "2026/05/09 10:00 AM UTC+2",
77
whenFormat: "do MMMM y",
88
};

src/data/schedule.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export const SCHEDULE: Event[] = [
1111
{
1212
label: "TBD",
1313
title: "Schedule coming soon! 🍕",
14-
when: "2026-04-18T09:30:00+02:00",
14+
when: "2026-05-09T09:30:00+02:00",
1515
},
1616
{
1717
label: "TBD",
1818
title: "Schedule coming soon! 🍕",
19-
when: "2026-04-18T17:00:00+02:00",
19+
when: "2026-05-09T17:00:00+02:00",
2020
},
2121
];

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Home = () => (
2929
<meta name="twitter:image" content="https://warsaw.python.pizza/social-image.jpg" />
3030
<meta
3131
name="twitter:description"
32-
content="Join the fun 🥳🎉🍕 on 18th April 2026"
32+
content="Join the fun 🥳🎉🍕 on 9th May 2026"
3333
/>
3434
<meta name="photo-attribution" content="Photo by --todo (--url todo)" />
3535
</Head>

0 commit comments

Comments
 (0)