Skip to content

Commit f18844a

Browse files
fix(venue): correct venue name to PJAIT
1 parent 10bf651 commit f18844a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/generic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const genericInformation = {
22
pageTitle: "Warsaw Python Pizza",
33
socialDescription: "Warsaw Python Pizza, join us in Warsaw on 9th May 2026",
44
siteHeading: "Warsaw Python Pizza",
5-
subHeading: "PJATK building A, Koszykowa 86, Warsaw, Poland",
5+
subHeading: "PJAIT building A, Koszykowa 86, Warsaw, Poland",
66
whenDatetime: "2026/05/09 10:00 AM UTC+2",
77
whenFormat: "do MMMM y",
88
};

src/sections/venue.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const Venue = () => (
44
<Container id="venue" variant="smallContainer">
55
<Heading>Venue</Heading>
66
<Paragraph>
7-
📍 PJATK building A, Auditorium, Koszykowa 86, Warsaw, Poland
7+
📍 PJAIT building A, Auditorium, Koszykowa 86, Warsaw, Poland
88
</Paragraph>
99
</Container>
1010
);

0 commit comments

Comments
 (0)