diff options
| author | Fuwn <[email protected]> | 2024-04-14 23:00:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-14 23:00:40 -0700 |
| commit | 609ca717117b0b08a9076a7644d6eb84d600c3f2 (patch) | |
| tree | 8f059b89ea0385987fb960f6aa89852e6c272a97 /src/routes | |
| parent | feat(badges): hide category button (diff) | |
| download | due.moe-609ca717117b0b08a9076a7644d6eb84d600c3f2.tar.xz due.moe-609ca717117b0b08a9076a7644d6eb84d600c3f2.zip | |
feat(badges): update reminder
Diffstat (limited to 'src/routes')
| -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 /> |