Skip to content

Commit

Permalink
Merge pull request #16 from darjeeling/main
Browse files Browse the repository at this point in the history
add pycon jp 2025, pycon apac 2025
  • Loading branch information
darjeeling authored Oct 19, 2024
2 parents 2287b5a + ff5fa21 commit bb42893
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/views/events/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function Events() {
link: 'https://pycon.id',
},
{
date: '25-27 Oct',
date: '26-27 Oct',
title: 'PyCon KR',
location: 'Suwon, South Korea',
link: 'https://2024.pycon.kr/',
Expand All @@ -126,7 +126,19 @@ export default function Events() {

];

const eventsNextYear: any = [];
const eventsNextYear: any = [
{
date: '1-2 March',
title: 'PyCon APAC',
location: 'Ateneo de Manila University,Quezon City, Philippines',
},
{
date: '26-27 Sep',
title: 'PyCon JP',
location: 'Hiroshima, Japan',
link: 'https://2025.pycon.jp/',
}
];

return (
<div className="events-container">
Expand Down

0 comments on commit bb42893

Please sign in to comment.