We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f96b3 commit 0ed0379Copy full SHA for 0ed0379
src/views/events/Events.tsx
@@ -6,14 +6,14 @@ export default function Events() {
6
const slides = [
7
{
8
key: 1,
9
- img: 'images/event-slide-1.png',
10
- title: 'PyCon APAC 2023',
+ img: 'event-slide-1-apac2024.png',
+ title: 'PyCon APAC 2024',
11
badgeText: 'UPCOMING',
12
badgeType: 'danger',
13
- description: "PyCon APAC 2023 will be hosted by PyCon JP.",
+ description: "PyCon APAC 2024 will be hosted by PyCon ID.",
14
info: [
15
- "2023 October 27-29",
16
- "TOC Ariake Convention Hall, Tokyo, Japan"
+ "2024 October Oct 25-27",
+ "Yogyakarta, Indonesia"
17
]
18
},
19
/* {
0 commit comments