aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-21 18:27:34 -0800
committerFuwn <[email protected]>2024-01-21 18:27:34 -0800
commit64df117019c0afd436e8f00ef0d31ef0857371fa (patch)
treeeffdd8f51140bad9ed59ae356eb3de401bf31ccf /src/routes
parentfeat(badges): group awc categories (diff)
downloaddue.moe-64df117019c0afd436e8f00ef0d31ef0857371fa.tar.xz
due.moe-64df117019c0afd436e8f00ef0d31ef0857371fa.zip
feat(badges): include special awc badges
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/user/[user]/badges/+page.svelte2
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 f1227cdc..5117ab52 100644
--- a/src/routes/user/[user]/badges/+page.svelte
+++ b/src/routes/user/[user]/badges/+page.svelte
@@ -94,7 +94,7 @@
const container = c as HTMLDivElement;
const header = container.querySelector('.container-header') as HTMLDivElement;
- if (!['Anime', 'Manga'].includes(header.innerText)) return;
+ if (!['Anime', 'Manga', 'Special'].includes(header.innerText)) return;
return {
group: header.innerText,