diff options
| author | Fuwn <[email protected]> | 2024-01-13 20:07:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-13 20:07:56 -0800 |
| commit | 888fae3cb595e5fda872845f0c59aa2dfe2b9e2e (patch) | |
| tree | 6d5891e71601dff38ce23ef66eabc987acf8731c /src | |
| parent | docs(styles): save dark input style (diff) | |
| download | due.moe-888fae3cb595e5fda872845f0c59aa2dfe2b9e2e.tar.xz due.moe-888fae3cb595e5fda872845f0c59aa2dfe2b9e2e.zip | |
feat(tools): add private message
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/tools/+page.svelte | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 6c37d857..f5cbe36a 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -29,7 +29,8 @@ <p /> <blockquote style="margin: 0 0 0 1.5rem;"> - Have any requests for cool tools that you think others might find useful? Send a message to + Have any requests for cool tools that you think others might find useful? Send a private message + to <a href="https://anilist.co/user/fuwn" target="_blank" rel="noopener">@fuwn</a> on AniList! </blockquote> </div> |