diff --git a/src/data/timeline.js b/src/data/timeline.js index 306ebf9a..329e2c96 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -72,12 +72,12 @@ export const eventsData = [ }, { name: 'Thunder Sojourn', - pos: '100% 30%', + pos: '0% 25%', image: 'thunder_sojourn.jpg', start: '2021-07-22 10:00:00', end: '2021-08-09 03:59:59', - color: '#5EA2FF', - zoom: '100%', + color: '#F0DBFF', + zoom: '200%', url: 'https://genshin.mihoyo.com/en/news/detail/14337', showOnHome: true, }, @@ -135,7 +135,7 @@ export const eventsData = [ name: 'Act I', start: '2021-07-22 10:00:00', end: '2021-07-24 04:00:00', - color: '#5EA2FF', + color: '#F0DBFF', url: 'https://www.hoyolab.com/genshin/article/567649', startOnly: true, timezoneDependent: true, @@ -144,7 +144,7 @@ export const eventsData = [ name: 'Act II', start: '2021-07-24 04:00:00', end: '2021-07-27 04:00:00', - color: '#5EA2FF', + color: '#F0DBFF', url: 'https://www.hoyolab.com/genshin/article/567649', startOnly: true, }, @@ -152,7 +152,7 @@ export const eventsData = [ name: 'Act III', start: '2021-07-27 04:00:00', end: '2021-07-30 04:00:00', - color: '#5EA2FF', + color: '#F0DBFF', url: 'https://www.hoyolab.com/genshin/article/567649', startOnly: true, }, @@ -160,11 +160,11 @@ export const eventsData = [ name: 'Act IV', start: '2021-07-30 04:00:00', end: '2021-08-09 03:59:59', - color: '#5EA2FF', + color: '#F0DBFF', url: 'https://www.hoyolab.com/genshin/article/567649', image: 'thunder_sojourn.jpg', - zoom: '100%', - pos: '100% 30%', + zoom: '200%', + pos: '0% 25%', startOnly: true, }, ], diff --git a/static/images/events/thunder_sojourn.jpg b/static/images/events/thunder_sojourn.jpg index ead90d21..6940f5e6 100644 Binary files a/static/images/events/thunder_sojourn.jpg and b/static/images/events/thunder_sojourn.jpg differ