aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/Manga/CleanMangaList.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/List/Manga/CleanMangaList.svelte')
-rw-r--r--src/lib/List/Manga/CleanMangaList.svelte14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/lib/List/Manga/CleanMangaList.svelte b/src/lib/List/Manga/CleanMangaList.svelte
index cc540615..c6bd12a2 100644
--- a/src/lib/List/Manga/CleanMangaList.svelte
+++ b/src/lib/List/Manga/CleanMangaList.svelte
@@ -47,19 +47,17 @@
<ul>
<li>
<p>
- No manga to display. <a
- href={'#'}
- on:click={cleanCache}
- data-umami-event="Force Refresh No Manga">Force refresh</a
+ No manga to display. <button on:click={cleanCache} data-umami-event="Force Refresh No Manga"
+ >Force refresh</button
>
</p>
<p>
- Don't read manga? <a
- href={'#'}
+ Don't read manga? <button
on:click={() => ($settings.disableManga = true)}
- data-umami-event="Disable No Manga">Click here to hide the manga panel</a
- >. You can re-enable it in the <a href="/settings">Settings</a>.
+ data-umami-event="Disable No Manga">Hide the manga panel</button
+ >
+ You can re-enable it later in the <a href="/settings">Settings</a>.
</p>
</li>
</ul>