From 142f6c5d7ed18be9893f94e4d99b20898781d30e Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Tue, 13 Jun 2023 16:31:52 +0800 Subject: [PATCH] Update homepage --- src/routes/_index/banner.svelte | 10 +++++----- src/routes/index.svelte | 2 +- src/service-worker.js | 2 +- static/images/home/kazuha_alhaitham.png | Bin 0 -> 252353 bytes 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 static/images/home/kazuha_alhaitham.png diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index b0247adc..4654b196 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -14,24 +14,24 @@ const featured = { yoimiya: { - name: 'Yoimiya', + name: 'Alhaitham', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, yae_miko: { - name: 'Yae Miko', + name: 'Kaedehara Kazuha', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300048; - const image = 'yoimiya-yae.png'; + const bannerId = 300049; + const image = 'kazuha_alhaitham.png'; const width = 800; - const height = 539; + const height = 453; let loading = true; let user = ''; diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 679d6050..2c2ca975 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,6 @@