aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/settings/+page.svelte9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte
index a5c0e815..77bd3869 100644
--- a/src/routes/settings/+page.svelte
+++ b/src/routes/settings/+page.svelte
@@ -32,7 +32,9 @@
<blockquote>
Have feedback or suggestions? Send a private message to
- <a href="https://anilist.co/user/fuwn" target="_blank">@fuwn</a> on AniList!
+ <a href="https://anilist.co/user/fuwn" target="_blank" title="Author of due.moe" use:tooltip
+ >@fuwn</a
+ > on AniList!
</blockquote>
{#if data.user === undefined}
@@ -76,7 +78,10 @@
<Category title="Cache"><Cache /></Category>
<Category id="debug">
<summary
- >Debug<button class="smaller-button button-badge badge-info">{data.commit.slice(0, 7)}</button
+ >Debug<button
+ class="smaller-button button-badge badge-info"
+ title="Current due.moe version hash"
+ use:tooltip>{data.commit.slice(0, 7)}</button
></summary
>