diff --git a/src/data/timeline.js b/src/data/timeline.js index f76d62ca..a6e67d37 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -22,6 +22,17 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/1823273', showOnHome: true, }, + { + name: '2.6 Special Program', + pos: '100% 80%', + image: 'stream26.png', + start: '2022-03-18 20:00:00', + end: '2022-03-25 20:00:00', + color: '#fff8cf', + zoom: '120%', + url: 'https://www.twitch.tv/genshinimpactofficial', + startOnly: true, + }, ], [ { diff --git a/static/images/events/stream26.png b/static/images/events/stream26.png new file mode 100644 index 00000000..ed038afc Binary files /dev/null and b/static/images/events/stream26.png differ