aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Settings/Attributions.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Settings/Attributions.svelte')
-rw-r--r--src/lib/Settings/Attributions.svelte12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/Settings/Attributions.svelte b/src/lib/Settings/Attributions.svelte
index 0a0d2d38..dad576e4 100644
--- a/src/lib/Settings/Attributions.svelte
+++ b/src/lib/Settings/Attributions.svelte
@@ -1,3 +1,7 @@
+<script>
+ import root from '$lib/Utility/root';
+</script>
+
<ul>
<li>
<a href="https://anilist.co/" target="_blank">AniList</a>: all data not explicity attributed
@@ -31,17 +35,17 @@
<summary>Outbound Link Disclaimer</summary>
<ol>
<li>
- <a href="/">due.moe</a>
+ <a href={root('/')}>due.moe</a>
does not host or directly link to any less-than-legal anime or manga material and/or distribution
platforms.
</li>
<li>
- <a href="/">due.moe</a>
+ <a href={root('/')}>due.moe</a>
is not affiliated with any of the above or below sites and services.
</li>
<li>
- At the moment, <a href="/">due.moe</a> only ever contains outbound links to the following
- sites and services:
+ At the moment, <a href={root('/')}>due.moe</a> only ever contains outbound links to the
+ following sites and services:
<ul>
<li><a href="https://anilist.co/">AniList.co</a></li>