diff options
| author | Fuwn <[email protected]> | 2024-04-19 20:56:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-19 20:56:31 -0700 |
| commit | fb596202b121aabc1cfc1ed9b345dd265c0646d5 (patch) | |
| tree | de1f3432cede9405eb78c04ede71d2ae790ca7a2 /src | |
| parent | feat(badges): move notice to owner (diff) | |
| download | due.moe-fb596202b121aabc1cfc1ed9b345dd265c0646d5.tar.xz due.moe-fb596202b121aabc1cfc1ed9b345dd265c0646d5.zip | |
feat(badges): add hiding notice
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index 3e8c8fad..a1ac68a5 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -524,8 +524,11 @@ <div class="card"> <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. + 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. + <p /> + Failure to comply with this request at your earliest convenience will result in the + hiding of all badges from your Badge Wall. </div> <p /> |