diff options
Diffstat (limited to 'src/routes/settings')
| -rw-r--r-- | src/routes/settings/+page.svelte | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 962c5fc6..85b5ddb1 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -99,8 +99,9 @@ > <br /> <small style="opacity: 50%;" - >May cause <a href="https://en.wikipedia.org/wiki/Rate_limiting">rate-limiting</a> depending on how - much releasing manga are on your lists</small + >May cause <a href="https://en.wikipedia.org/wiki/Rate_limiting" target="_blank" + >rate-limiting</a + > depending on how much releasing manga are on your lists</small > <p /> @@ -180,8 +181,9 @@ minutes <br /> <small style="opacity: 50%;" - >Low values may cause <a href="https://en.wikipedia.org/wiki/Rate_limiting">rate-limiting</a> depending - on how much releasing manga are on your lists</small + >Low values may cause <a href="https://en.wikipedia.org/wiki/Rate_limiting" target="_blank" + >rate-limiting</a + > depending on how much releasing manga are on your lists</small > <h2>Reset</h2> |