diff --git a/src/data/timeline.js b/src/data/timeline.js index 508eba19..83eeb53d 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -33,6 +33,17 @@ export const eventsData = [ url: 'https://www.hoyolab.com/genshin/article/543290', showOnHome: true, }, + { + name: "Summer Night Mementos", + pos: '0% 40%', + image: 'summer_night_mementos.jpg', + start: '2021-08-05 04:00:00', + end: '2021-08-11 23:59:59', + color: '#FFFEF9', + zoom: '200%', + url: 'https://mhy.link/071OHHA6', + showOnHome: true, + }, ], [ { @@ -47,12 +58,12 @@ export const eventsData = [ }, { name: 'Lost Riches', - pos: '0% 40%', - image: 'lost_riches.jpg', + pos: '0% 50%', + image: 'lost_riches_2.jpg', start: '2021-08-06 10:00:00', end: '2021-08-16 03:59:59', color: '#FFF2DC', - zoom: '100%', + zoom: '170%', url: 'https://genshin.mihoyo.com/en/news/detail/14337', showOnHome: true, }, diff --git a/static/images/events/lost_riches.jpg b/static/images/events/lost_riches.jpg deleted file mode 100644 index b00e35f3..00000000 Binary files a/static/images/events/lost_riches.jpg and /dev/null differ diff --git a/static/images/events/lost_riches_2.jpg b/static/images/events/lost_riches_2.jpg new file mode 100644 index 00000000..cd3af371 Binary files /dev/null and b/static/images/events/lost_riches_2.jpg differ diff --git a/static/images/events/summer_night_mementos.jpg b/static/images/events/summer_night_mementos.jpg new file mode 100644 index 00000000..d28a6d2d Binary files /dev/null and b/static/images/events/summer_night_mementos.jpg differ