diff options
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index 48a10a0c..233be31a 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -477,10 +477,10 @@ {@const isOwner = identity && (isId ? identity.id : identity.name) === data.username} <div class="card"> - 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. + <b>Notice:</b> 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. </div> <p /> |