diff options
Diffstat (limited to 'src/lib/List/Manga')
| -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} |