Fix wish tally ganyu not showing

This commit is contained in:
Made Baruna 2022-01-26 11:44:15 +07:00
parent cda67a821a
commit 887ffc782b
2 changed files with 4 additions and 4 deletions

View file

@ -292,7 +292,7 @@ export const banners = {
start: '2022-01-25 18:00:00',
end: '2022-02-15 14:59:59',
color: '#FFF5BF',
featured: ['zhongli'],
featured: ['zhongli', 'ganyu'],
featuredRare: ['xingqiu', 'beidou', 'yanfei'],
},
// {
@ -302,7 +302,7 @@ export const banners = {
// start: '2022-01-25 18:00:00',
// end: '2022-02-15 14:59:59',
// color: '#FFF5BF',
// featured: ['ganyu'],
// featured: ['zhongli', 'ganyu'],
// featuredRare: ['xingqiu', 'beidou', 'yanfei'],
// },
],

View file

@ -55,7 +55,7 @@ export const bannersDual = {
start: '2022-01-25 18:00:00',
end: '2022-02-15 14:59:59',
color: '#FFF5BF',
featured: ['zhongli'],
featured: ['zhongli', 'ganyu'],
featuredRare: ['xingqiu', 'beidou', 'yanfei'],
},
{
@ -65,7 +65,7 @@ export const bannersDual = {
start: '2022-01-25 18:00:00',
end: '2022-02-15 14:59:59',
color: '#FFF5BF',
featured: ['ganyu'],
featured: ['zhongli', 'ganyu'],
featuredRare: ['xingqiu', 'beidou', 'yanfei'],
},
],