diff options
| author | Fuwn <[email protected]> | 2023-09-06 00:33:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-06 00:33:09 -0700 |
| commit | 05300e482a760001963e3865c775e8ca6bf512ba (patch) | |
| tree | 5eedfa62ebe4e8d013a6b76d1d81966594f76262 /src | |
| parent | feat(list): cache flattened (diff) | |
| download | due.moe-05300e482a760001963e3865c775e8ca6bf512ba.tar.xz due.moe-05300e482a760001963e3865c775e8ca6bf512ba.zip | |
fix(settings): blank target to outbound
Diffstat (limited to 'src')
| -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> |