diff options
| -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'} |