diff --git a/src/data/timeline.js b/src/data/timeline.js index a2e0b2e8..03e89a35 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -121,10 +121,22 @@ export const eventsData = [ start: '2021-11-12 10:00:00', end: '2021-11-18 03:59:59', color: '#FFDB7F', - zoom: '150%', + zoom: '200%', url: 'https://www.hoyolab.com/article/1321455', showOnHome: true, }, + { + name: 'Update 2.3!', + pos: '0% 20%', + zoom: '150%', + image: 'shadows_amidst_snowstorms.jpg', + start: '2021-11-24 11:00:00', + end: '2021-11-30 17:59:59', + color: '#dfe9f2', + url: 'https://www.hoyolab.com/article/1189984', + showOnHome: true, + timezoneDependent: true, + }, ], [ { @@ -207,9 +219,8 @@ export const eventsData = [ start: '2021-11-15 04:00:00', end: '2021-11-22 03:59:59', color: '#50D98F', - zoom: '150%', + zoom: '200%', url: 'https://www.hoyolab.com/article/1321455', - startOnly: true, }, ], [ @@ -295,7 +306,8 @@ export const eventsData = [ }, { name: 'Epitome Invocation - Weapon Banner', - pos: '40% 40%', + pos: '30% 10%', + zoom: '150%', image: 'epitome_invocation_20.jpg', start: '2021-11-02 18:00:00', end: '2021-11-23 14:59:59', diff --git a/static/images/events/dreams_of_bloom.jpg b/static/images/events/dreams_of_bloom.jpg index 7a0d999a..f9735969 100644 Binary files a/static/images/events/dreams_of_bloom.jpg and b/static/images/events/dreams_of_bloom.jpg differ diff --git a/static/images/events/leyline_overflow.jpg b/static/images/events/leyline_overflow.jpg index 49fa9511..d2e61efc 100644 Binary files a/static/images/events/leyline_overflow.jpg and b/static/images/events/leyline_overflow.jpg differ diff --git a/static/images/events/shadows_amidst_snowstorms.jpg b/static/images/events/shadows_amidst_snowstorms.jpg new file mode 100644 index 00000000..eda16db9 Binary files /dev/null and b/static/images/events/shadows_amidst_snowstorms.jpg differ