Skip to content

Commit aa7b26e

Browse files
authored
Update PyCon AU Schedule
1 parent 89cfb27 commit aa7b26e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/views/events/Events.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,13 @@ export default function Events() {
114114
title: 'PyCon HK',
115115
location: 'Hong Kong',
116116
link: 'https://pycon.hk/2024/',
117-
}
117+
},
118+
{
119+
date: '22-26 Nov',
120+
title: 'PyCon AU',
121+
location: 'Melbourne, Australia',
122+
link: 'https://2024.pycon.org.au/',
123+
}
118124

119125
];
120126

0 commit comments

Comments
 (0)