From fc42c132a9e5f5bba40d5b0cf031577db2588711 Mon Sep 17 00:00:00 2001 From: Junwon Lee <63298243+cpprhtn@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:39:07 +0900 Subject: [PATCH 1/2] Add Events.tsx for PyCon Korea 2024 --- src/views/events/Events.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/events/Events.tsx b/src/views/events/Events.tsx index 955de64..1483427 100644 --- a/src/views/events/Events.tsx +++ b/src/views/events/Events.tsx @@ -103,6 +103,12 @@ export default function Events() { location: 'Yogyakarta, Indonesia', link: 'https://pycon.id', }, + { + date: '25-27 Oct', + title: 'PyCon KR', + location: 'Suwon, South Korea', + link: 'https://2024.pycon.kr/', + }, { date: 'Near end of Year (Tentative)', title: 'PyCon KR', From 23fb48611445da4cd41ca5d0cbda30ee3e1688b3 Mon Sep 17 00:00:00 2001 From: Junwon Lee <63298243+cpprhtn@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:47:50 +0900 Subject: [PATCH 2/2] Update Events.tsx for PyCon Korea 2024 --- src/views/events/Events.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/events/Events.tsx b/src/views/events/Events.tsx index 1483427..3328a14 100644 --- a/src/views/events/Events.tsx +++ b/src/views/events/Events.tsx @@ -108,10 +108,6 @@ export default function Events() { title: 'PyCon KR', location: 'Suwon, South Korea', link: 'https://2024.pycon.kr/', - }, - { - date: 'Near end of Year (Tentative)', - title: 'PyCon KR', } ];