Skip to content

Commit b1ff95f

Browse files
Merge pull request #58 from PyConAPAC/update-events-20260630-v8
Fix years on 2026 events
2 parents a7be73c + 42df087 commit b1ff95f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/views/events/EventData.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ export const events = [
1818
},
1919
{
2020
date: '19-21 June 2026',
21-
title: 'PyCon SG 2027',
21+
title: 'PyCon SG 2026',
2222
location: 'Singapore',
2323
link: 'https://pycon.sg',
2424
countryCode: 'SG',
2525
},
2626
{
2727
date: '15-17 August 2026',
28-
title: 'PyCon KR 2027',
28+
title: 'PyCon KR 2026',
2929
location: 'South Korea',
3030
link: 'https://2026.pycon.kr',
3131
countryCode: 'KR',
3232
},
3333
{
3434
date: '21-23 August 2026',
35-
title: 'PyCon JP 2027',
35+
title: 'PyCon JP 2026',
3636
location: 'Hiroshima, Japan',
3737
link: 'https://2026.pycon.jp',
3838
countryCode: 'JP',

0 commit comments

Comments
 (0)