diff --git a/src/data/timeline.js b/src/data/timeline.js index 59ae2641..5fb62962 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -16,12 +16,23 @@ export const eventsData = [ pos: '60% 30%', image: 'a_thousand_questions_with_paimon.jpg', start: '2021-04-06 13:00:00', - end: '2021-04-8 23:59:59', + end: '2021-04-08 23:59:59', color: '#EFDEB4', zoom: '180%', url: 'https://genshin.mihoyo.com/en/news/detail/9694', showOnHome: true, }, + { + name: 'Hilidream Camp', + pos: '70% 37%', + image: 'hilidream_camp.png', + start: '2021-04-21 13:00:00', + end: '2021-04-27 23:59:59', + color: '#FAF8EB', + zoom: '180%', + url: 'https://webstatic-sea.mihoyo.com/ys/event/e20210421-homeland/index.html', + showOnHome: true, + }, ], [ { diff --git a/static/images/events/hilidream_camp.png b/static/images/events/hilidream_camp.png new file mode 100644 index 00000000..3efec2c4 Binary files /dev/null and b/static/images/events/hilidream_camp.png differ