diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index 2d430140..9a70f9f3 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -13,16 +13,23 @@ const dispatch = createEventDispatcher(); const featured = { - tartaglia: { - name: 'Tartaglia', + hu_tao: { + name: 'Hu Tao', + rarity: 'legendary', + count: 0, + average: '...', + percentage: '...', + }, + thoma: { + name: 'Thoma', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300020; - const image = 'tartaglia.png'; + const bannerId = 300021; + const image = 'hutao_thoma.png'; let loading = true; let user = ''; @@ -72,7 +79,7 @@

{#if loading} diff --git a/src/routes/_index/build.svelte b/src/routes/_index/build.svelte index a0cfda4f..f0813ff1 100644 --- a/src/routes/_index/build.svelte +++ b/src/routes/_index/build.svelte @@ -15,7 +15,7 @@ 5: 'text-legendary-from', }; - const promoted = ['raiden_shogun', 'kujou_sara']; + const promoted = ['hu_tao']; let current = 0; function change(index) { diff --git a/static/images/home/hutao_thoma.png b/static/images/home/hutao_thoma.png new file mode 100644 index 00000000..5fbc70e6 Binary files /dev/null and b/static/images/home/hutao_thoma.png differ