diff --git a/src/data/timeline.js b/src/data/timeline.js index a716ac37..eff331dc 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -57,6 +57,18 @@ export const eventsData = [ url: 'https://www.hoyolab.com/genshin/article/295568', showOnHome: true, }, + { + name: 'Update 1.5!', + pos: '0% 25%', + image: 'update15.jpg', + start: '2021-04-28 06:00:00', + end: '2021-05-05 06:00:00', + color: '#FFD768', + zoom: '130%', + url: 'https://www.youtube.com/watch?v=wgNiGj1nGYE', + showOnHome: true, + startOnly: true, + }, ], [ { diff --git a/static/images/events/update15.jpg b/static/images/events/update15.jpg new file mode 100644 index 00000000..41266a98 Binary files /dev/null and b/static/images/events/update15.jpg differ