diff --git a/src/routes/_allbanners/_item-banner.svelte b/src/routes/_allbanners/_item-banner.svelte
index 188493d2..411b6840 100644
--- a/src/routes/_allbanners/_item-banner.svelte
+++ b/src/routes/_allbanners/_item-banner.svelte
@@ -61,7 +61,6 @@
use:lazyLoad={imageCDN(images)}
data-placeholder={$assets['placeholder-general.webp']}
alt={character}
- crossorigin="anonymous"
loading="lazy"
/>
{:else}
diff --git a/src/routes/_custom-banner/BannerEditor/BannerArt.svelte b/src/routes/_custom-banner/BannerEditor/BannerArt.svelte
index 04d69167..8c24ef9e 100644
--- a/src/routes/_custom-banner/BannerEditor/BannerArt.svelte
+++ b/src/routes/_custom-banner/BannerEditor/BannerArt.svelte
@@ -96,7 +96,7 @@
-

+
diff --git a/src/routes/_custom-banner/ModalDelete.svelte b/src/routes/_custom-banner/ModalDelete.svelte
index 396483e5..f4ce7223 100644
--- a/src/routes/_custom-banner/ModalDelete.svelte
+++ b/src/routes/_custom-banner/ModalDelete.svelte
@@ -71,12 +71,7 @@
{/if}
{#if thumbnail}
-
+
{/if}
{/if}
diff --git a/src/routes/_custom-banner/ModalInitBanner.svelte b/src/routes/_custom-banner/ModalInitBanner.svelte
index 78957116..67930991 100644
--- a/src/routes/_custom-banner/ModalInitBanner.svelte
+++ b/src/routes/_custom-banner/ModalInitBanner.svelte
@@ -129,7 +129,7 @@
{/if}
{#if thumbnail}
-
+
{/if}
{/if}
diff --git a/src/routes/_custom-banner/SplashArtEditor/SplashArt.svelte b/src/routes/_custom-banner/SplashArtEditor/SplashArt.svelte
index 079f1e6f..2fa9a81e 100644
--- a/src/routes/_custom-banner/SplashArtEditor/SplashArt.svelte
+++ b/src/routes/_custom-banner/SplashArtEditor/SplashArt.svelte
@@ -24,6 +24,7 @@
export let weaponType = '';
export let localName = '';
export let hideInfo = false;
+ export let isCustom = false;
let mainArt;
let clientHeight = 0;
@@ -171,7 +172,7 @@
movePos(position?.splashArt || {})}
/>
diff --git a/src/routes/_gachainfo/details/_promotional-v1.svelte b/src/routes/_gachainfo/details/_promotional-v1.svelte
index 4bed7a87..52c56f22 100644
--- a/src/routes/_gachainfo/details/_promotional-v1.svelte
+++ b/src/routes/_gachainfo/details/_promotional-v1.svelte
@@ -30,7 +30,7 @@
{#if $isCustomBanner}
{@const { images = {}, character = '' } = $customData || {}}
-
+
{:else}
{:else}
{:else if type === 'character'}
diff --git a/src/routes/_wish/wish-result/_result-list-item.svelte b/src/routes/_wish/wish-result/_result-list-item.svelte
index 47e682e3..619deeaf 100644
--- a/src/routes/_wish/wish-result/_result-list-item.svelte
+++ b/src/routes/_wish/wish-result/_result-list-item.svelte
@@ -44,7 +44,7 @@
{@const { artURL } = status === 'owned' ? images : hostedImages}
{@const { wishCard = {} } = artPosition || {}}
-

+
diff --git a/src/routes/_wish/wish-result/_splash-art.svelte b/src/routes/_wish/wish-result/_splash-art.svelte
index 47ead55b..ba43be7b 100644
--- a/src/routes/_wish/wish-result/_splash-art.svelte
+++ b/src/routes/_wish/wish-result/_splash-art.svelte
@@ -22,7 +22,7 @@
{@const { artURL } = status === 'owned' ? images : hostedImages}
{@const { splashArt = {} } = artPosition || {}}
-
![{name}]()
+