File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ export const events = [
7171// Array of upcoming events for the next year
7272export 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 } ,
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments