diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index 9a70f9f3..70291c62 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -14,22 +14,22 @@ const featured = { hu_tao: { - name: 'Hu Tao', + name: 'Albedo', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, thoma: { - name: 'Thoma', + name: 'Eula', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300021; - const image = 'hutao_thoma.png'; + const bannerId = 300022; + const image = 'albedoeula.png'; let loading = true; let user = ''; diff --git a/src/routes/_index/build.svelte b/src/routes/_index/build.svelte index e00049f7..2c5258bf 100644 --- a/src/routes/_index/build.svelte +++ b/src/routes/_index/build.svelte @@ -6,7 +6,7 @@ import Icon from '../../components/Icon.svelte'; - const promoted = ['hu_tao', 'thoma']; + const promoted = ['albedo', 'eula']; let current = 0; function change(index) { diff --git a/static/images/home/albedoeula.png b/static/images/home/albedoeula.png new file mode 100644 index 00000000..c22b09f1 Binary files /dev/null and b/static/images/home/albedoeula.png differ