Skip to content

Commit 23342fd

Browse files
Update 2027 events - add tentative note
1 parent f0f428a commit 23342fd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/views/events/EventData.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ export const events = [
7171
// Array of upcoming events for the next year
7272
export const upcomingEvents = [
7373
{
74-
date: 'June 2027',
74+
date: 'June 2027 (tentative)',
7575
title: 'PythonAsia 2027',
7676
location: 'Singapore',
7777
link: 'https://pycon.sg/',
7878
countryCode: 'SG',
7979
},
8080
{
81-
date: 'June 2027',
81+
date: 'June 2027 (tentative)',
8282
title: 'PyCon TH 2027',
8383
location: 'Thailand',
8484
link: 'https://th.pycon.org',
@@ -98,7 +98,7 @@ export const slides = [
9898
badgeType: 'success',
9999
description: "PythonAsia 2027 will be hosted in Singapore, by PyCon SG in collaboration with the Python Asia Organization (PAO).",
100100
info: [
101-
"2027 June (tentative)",
101+
"June 2027 (tentative)",
102102
"Venue: TBA"
103103
]
104104
},

src/views/events/Events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Events() {
2828
<div className="col-lg-6 col-xs-12">
2929
<div className="left-text-content">
3030
<div className="section-heading">
31-
<h1 id="events" className="text-white">Events</h1>
31+
<h1 className="text-white">Events</h1>
3232
<br />
3333
<h4 className="text-white">Regional PyCon {currentYear} in Asia Schedule</h4>
3434
<br />

0 commit comments

Comments
 (0)