diff options
Diffstat (limited to 'src/routes/user')
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index 5a52b285..9ff81118 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -613,7 +613,7 @@ const shadowHideBadge = () => { be required to use the hide feature to hide these badges from the public, while allowing them to stay visible to you as the account holder. </div> - {:else if !noticeDismissed} + {:else if false && !noticeDismissed} <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 |