diff options
| author | Fuwn <[email protected]> | 2024-02-04 23:44:52 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-04 23:45:34 -0800 |
| commit | e03a687d3d26127a8c289feb7253781f1daa04a1 (patch) | |
| tree | ce97852cb625fa3f7292d45b3ab8c3e08323ce8d /src | |
| parent | fix(popup): lock errors (diff) | |
| download | due.moe-e03a687d3d26127a8c289feb7253781f1daa04a1.tar.xz due.moe-e03a687d3d26127a8c289feb7253781f1daa04a1.zip | |
feat(settings): remove notice
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/settings/+page.svelte | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index d9587225..b355be1d 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -14,7 +14,6 @@ import { options } from '$lib/Notification/options.js'; import tooltip from '$lib/Tooltip/tooltip'; import locale from '$stores/locale.js'; - import root from '$lib/Utility/root'; import settings from '$stores/settings'; export let data; @@ -54,13 +53,13 @@ にDMを送ってください! {/if} - <p /> + <!-- <p /> <p> <b>{$locale().settings.fields.notice}</b> AniList has temporarily increased their API rate limits, so you may experience more occasional rate limits than usual, both on <a href={root('/')}>due.moe</a> and on AniList. - </p> + </p> --> </blockquote> {#if data.user === undefined} |