diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index 7ec6f7ee..cd9d1eb0 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -13,23 +13,23 @@ const dispatch = createEventDispatcher(); const featured = { - yoimiya: { - name: 'Yoimiya', + tartaglia: { + name: 'Tartaglia', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, - nahida: { - name: 'Nahida', + yae_miko: { + name: 'Yae Miko', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300038; - const image = 'nahida_yoimiya.png'; + const bannerId = 300039; + const image = 'tartaglia_yae.png'; const width = 800; const height = 595; @@ -82,7 +82,7 @@ class="flex flex-col pt-2 max-w-[60%]" style="background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 17%, rgba(0,0,0,0.75) 70%, rgba(0,0,0,0) 100%);" > -

+

{#if loading} {:else} @@ -92,7 +92,7 @@

{$t(item.name)} diff --git a/src/routes/index.svelte b/src/routes/index.svelte index d9b0db9b..40507a18 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,6 @@