diff options
| author | Fuwn <[email protected]> | 2024-01-04 10:04:50 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 10:04:50 -0800 |
| commit | 73dad145a8c89b7656a87f52138621344e07a2f9 (patch) | |
| tree | 0d1c4319eb2ea9ab052aad7db5f5f813fc4def82 /src/routes/settings/+page.svelte | |
| parent | fix(html): offset for badges (diff) | |
| download | due.moe-73dad145a8c89b7656a87f52138621344e07a2f9.tar.xz due.moe-73dad145a8c89b7656a87f52138621344e07a2f9.zip | |
refactor(settings): easier descriptions
Diffstat (limited to 'src/routes/settings/+page.svelte')
| -rw-r--r-- | src/routes/settings/+page.svelte | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 76e04bcc..d727957f 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -47,7 +47,12 @@ Copy to clipboard </button> Your AniList notifications RSS feed URL - <SettingHint lineBreak>Do not share this link with <b>anyone</b>!</SettingHint> + <SettingHint lineBreak> + This <a href="https://en.wikipedia.org/wiki/RSS" target="_blank">RSS</a> feed will return the + currently logged in AniList profile's notifications for remote consumption. + <br /> + Do not share this link with <b>anyone</b>! + </SettingHint> </Category> <Category title="Display"><Display /></Category> <Category title="Calculation"><Calculation /></Category> |