diff options
| author | Fuwn <[email protected]> | 2024-01-19 00:26:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-19 00:26:17 -0800 |
| commit | 20fafa287adec1382257622fc23bd6f58b09f3a2 (patch) | |
| tree | 863f09c3dc86e9a50ba4b0c4433d4ef7cd4ab3c1 /src/lib/List/Manga/CleanMangaList.svelte | |
| parent | fix(schedule): force list mode flag column count (diff) | |
| download | due.moe-20fafa287adec1382257622fc23bd6f58b09f3a2.tar.xz due.moe-20fafa287adec1382257622fc23bd6f58b09f3a2.zip | |
feat: root prefix all links
Diffstat (limited to 'src/lib/List/Manga/CleanMangaList.svelte')
| -rw-r--r-- | src/lib/List/Manga/CleanMangaList.svelte | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/List/Manga/CleanMangaList.svelte b/src/lib/List/Manga/CleanMangaList.svelte index e712ef30..aa996547 100644 --- a/src/lib/List/Manga/CleanMangaList.svelte +++ b/src/lib/List/Manga/CleanMangaList.svelte @@ -16,6 +16,7 @@ import { onMount } from 'svelte'; import proxy from '$lib/Utility/proxy'; import Loading from '$lib/Utility/Loading.svelte'; + import root from '$lib/Utility/root'; export let media: Media[]; export let cleanCache: () => void; @@ -87,7 +88,7 @@ on:click={() => ($settings.disableManga = true)} data-umami-event="Disable No Manga">Hide the manga panel</button > - You can re-enable it later in the <a href="/settings">Settings</a>. + You can re-enable it later in the <a href={root('/settings')}>Settings</a>. </span> {/if} |