diff options
| author | Fuwn <[email protected]> | 2023-12-06 21:17:24 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-06 21:17:24 -0800 |
| commit | 9923a565221ec647a7b1c5ca198cc801f0cac0b6 (patch) | |
| tree | 9a76b90c9b29c22062107f5882727786a0babd1e /src/routes | |
| parent | ci(earthly): minimal docker (diff) | |
| download | due.moe-9923a565221ec647a7b1c5ca198cc801f0cac0b6.tar.xz due.moe-9923a565221ec647a7b1c5ca198cc801f0cac0b6.zip | |
feat(settings): add attributions
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/settings/+page.svelte | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 7398a59f..2f95d232 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -9,6 +9,7 @@ import SettingHint from '$lib/Settings/SettingHint.svelte'; import Verbiage from '$lib/Settings/Verbiage.svelte'; import { pruneAllManga } from '$lib/Media/manga'; + import Attributions from '$lib/Settings/Attributions.svelte'; export let data; @@ -233,4 +234,8 @@ <p /> <Verbiage /> + + <p /> + + <Attributions /> {/if} |