Update homepage

pull/1/head
Made Baruna 2022-04-19 15:22:01 +07:00
parent bb3cab9d3c
commit ed4691714e
3 changed files with 5 additions and 12 deletions

View File

@ -13,23 +13,16 @@
const dispatch = createEventDispatcher();
const featured = {
kamisato_ayato: {
name: 'Ayato',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
venti: {
name: 'Venti',
kamisato_ayaka: {
name: 'Ayaka',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300028;
const image = 'ayatoventi.png';
const bannerId = 300029;
const image = 'ayaka.png';
let loading = true;
let user = '';

View File

@ -10,7 +10,7 @@
const dispatch = createEventDispatcher();
const promoted = ['kamisato_ayato', 'venti'];
const promoted = ['kamisato_ayaka', 'rosaria', 'sayu', 'razor'];
let current = 0;
async function change(index) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

After

Width:  |  Height:  |  Size: 171 KiB