diff options
| author | Fuwn <[email protected]> | 2024-01-01 02:55:30 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-01 02:55:30 -0800 |
| commit | 5752f9fb190e4a2c926114d473eb39b62d93e850 (patch) | |
| tree | cc0f385c6354f70311d2092752dfca6add1c143b /src/routes/tools | |
| parent | fix(badges): activity default (diff) | |
| download | due.moe-5752f9fb190e4a2c926114d473eb39b62d93e850.tar.xz due.moe-5752f9fb190e4a2c926114d473eb39b62d93e850.zip | |
refactor(tools): change name and descriptions
Diffstat (limited to 'src/routes/tools')
| -rw-r--r-- | src/routes/tools/+page.svelte | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 2b2f1b39..33ca67dc 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -21,8 +21,9 @@ description: 'A collection of tools to help you get the most out of AniList.' }, wrapped: { - name: 'AniList Wrapped', - description: 'Instantly generate an AniList themed Wrapped for your profile' + name: 'AniList Wrapped & Statistics Panel', + description: + 'Instantly generate an AniList themed Wrapped for your profile, doubling as a statistics panel for your bio' }, birthdays: { name: "Today's Character Birthdays", @@ -56,7 +57,7 @@ <option value="default" selected disabled hidden>Tool</option> <option value="wrapped">AniList Wrapped</option> <option value="birthdays">Today's Character Birthdays</option> - <option value="sequel_spy">Sequel Spy (Missing Prequel Finder)</option> + <option value="sequel_spy">Sequel Spy</option> <option value="discussions">Episode Discussion Collector</option> <option value="activity_history">Activity History Analyser</option> </select> |