diff options
| author | Fuwn <[email protected]> | 2023-12-28 10:47:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-28 10:47:37 -0800 |
| commit | fb968dd3dfbc8562a0b383d43b47ddee9a861838 (patch) | |
| tree | a2ac57e70645e841cbd5ef0289621248258ce746 /src | |
| parent | feat(wrapped): always display full-year option (diff) | |
| download | due.moe-fb968dd3dfbc8562a0b383d43b47ddee9a861838.tar.xz due.moe-fb968dd3dfbc8562a0b383d43b47ddee9a861838.zip | |
feat(tools): user requested tools
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/tools/+page.svelte | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 356261e2..1871ac98 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -73,6 +73,11 @@ {/if} {/each} </ul> + + <p> + Have any requests for cool tools that you think others might find useful? Send a message to + <a href="https://anilist.co/user/fuwn" target="_blank" rel="noopener">@fuwn</a> on AniList! + </p> {:else if tool === 'activity_history'} <ActivityHistory user={data.user} /> {:else if tool === 'wrapped'} |