diff options
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index f210e06c..f13ee76a 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -463,13 +463,10 @@ {@const isOwner = identity && (isId ? identity.id : identity.name) === data.username} <div class="card"> - Notice: Please refrain from adding badges which may contain AI-generated content to Badge - Wall, and either remove or hide any that are already present as to comply with AniList's new - policies on AI-generated material. - <p /> - Failure to do so may result in AniList removing your Badge Wall link from your profile. - <p /> - If you see any users with AI-generated badges, don't be afraid to remind them. + Notice: AniList will begin purging outbound links which contain AI-generated material in July, + this includes Badge Wall. If you have collected badges with AI-generated content, kindly use + the hide feature to hide these badges from the public, while allowing them to stay visible to + you as the account holder. </div> <p /> |