aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-18 04:09:54 -0700
committerFuwn <[email protected]>2024-10-18 04:09:54 -0700
commite40211e7c1831357bc448d575d47e619cbe04587 (patch)
treeaead83f2618fcb99e612698789f90e3167900a0e /src/lib/Tools
parentfeat(tools): add simple tracker (diff)
downloaddue.moe-e40211e7c1831357bc448d575d47e619cbe04587.tar.xz
due.moe-e40211e7c1831357bc448d575d47e619cbe04587.zip
feat(graphql): paged badges query
Diffstat (limited to 'src/lib/Tools')
-rw-r--r--src/lib/Tools/tools.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts
index 06249ab3..988d7826 100644
--- a/src/lib/Tools/tools.ts
+++ b/src/lib/Tools/tools.ts
@@ -38,7 +38,8 @@ export const tools: {
},
tracker: {
name: () => 'Tracker',
- description: () => 'Track your anime and manga progress with ease, intended for media that doesn\'t qualify for an AniList entry',
+ description: () =>
+ "Track your anime and manga progress with ease, intended for media that doesn't qualify for an AniList entry",
id: 'tracker',
hidden: true
},