From ec4cb5aabdb56da91dca2791cadbea25f2d4bbfe Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 19 Apr 2024 20:54:09 -0700 Subject: feat(badges): move notice to owner --- src/routes/user/[user]/badges/+page.svelte | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index 505f32e4..3e8c8fad 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -459,15 +459,6 @@ {:then identity} {@const isOwner = identity && (isId ? identity.id : identity.name) === data.username} -
- Notice: AniList has begun purging outbound links which contain AI-generated material, this - includes Badge Wall. If you have collected badges with AI-generated elements, kindly use the hide - feature to hide these badges from the public, while allowing them to stay visible to you as the - account holder. -
- -

- {#await badgesPromise} @@ -530,6 +521,15 @@ )} {#if isOwner} +

+ Notice: AniList has begun purging outbound links which contain AI-generated + material, this includes Badge Wall. If you have collected badges with AI-generated + elements, kindly use the hide feature to hide these badges from the public, while allowing + them to stay visible to you as the account holder. +
+ +

+