diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index 85242560..29cb81ef 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -13,25 +13,25 @@ const dispatch = createEventDispatcher(); const featured = { - kamisato_ayaka: { - name: 'Kamisato Ayaka', + raiden_shogun: { + name: 'Raiden Shogun', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, - navia: { - name: 'Navia', + yoimiya: { + name: 'Yoimiya', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300058; - const image = 'navia ayaka.png'; + const bannerId = 300059; + const image = 'raiden yoimiya.png'; const width = 800; - const height = 576; + const height = 538; let loading = true; let user = ''; diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 5bb55ac8..9f157622 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,6 @@