Skip to content

Commit f66b865

Browse files
Merge pull request #39 from PyConAPAC/update-events-ui-2025-4
Standardize the month format
2 parents ff1bf47 + ec7b583 commit f66b865

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/views/events/EventData.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,49 +31,49 @@ export const events = [
3131
countryCode: 'TW',
3232
},
3333
{
34-
date: '12-15 Sep',
34+
date: '12-15 September',
3535
title: 'PyCon India',
3636
location: 'Nimhans Convention Center, Bangalore, India',
3737
link: 'https://in.pycon.org/2025/',
3838
countryCode: 'IN',
3939
},
4040
{
41-
date: '12-16 Sep',
41+
date: '12-16 September',
4242
title: 'PyCon AU',
4343
location: 'Melbourne, Australia',
4444
link: 'https://2025.pycon.org.au',
4545
countryCode: 'AU',
4646
},
4747
{
48-
date: '26-27 Sep',
48+
date: '26-27 September',
4949
title: 'PyCon JP',
5050
location: 'Hiroshima, Japan',
5151
link: 'https://2025.pycon.jp',
5252
countryCode: 'JP',
5353
},
5454
{
55-
date: '11-12 Oct (tentative)',
55+
date: '11-12 October (tentative)',
5656
title: 'PyCon HK',
5757
location: 'City University of Hong Kong, Hong Kong',
5858
link: 'https://pycon.hk',
5959
countryCode: 'HK',
6060
},
6161
{
62-
date: '17-18 Oct',
62+
date: '17-18 October',
6363
title: 'PyCon TH',
6464
location: 'Avani Sukhumvit Bangkok Hotel, Bangkok, Thailand',
6565
link: 'https://th.pycon.org',
6666
countryCode: 'TH',
6767
},
6868
{
69-
date: '1-2 Nov',
69+
date: '1-2 November',
7070
title: 'PyCon MY',
7171
location: '',
7272
link: 'https://pycon.my',
7373
countryCode: 'MY',
7474
},
7575
{
76-
date: '21-23 Nov',
76+
date: '21-23 November',
7777
title: 'PyCon NZ',
7878
location: 'Wellington waterfront, New Zealand',
7979
link: 'https://kiwipycon.nz',

0 commit comments

Comments
 (0)