diff options
| author | Fuwn <[email protected]> | 2024-01-25 23:13:40 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-25 23:13:40 -0800 |
| commit | ba5ee4693e02d06023501d8b8f2bd2e55b66d1d0 (patch) | |
| tree | 90dddb95b0e186bb9fc0e8c7abfaab18910b9ac7 /src/lib | |
| parent | feat(landing): highlight subtitle (diff) | |
| download | due.moe-ba5ee4693e02d06023501d8b8f2bd2e55b66d1d0.tar.xz due.moe-ba5ee4693e02d06023501d8b8f2bd2e55b66d1d0.zip | |
feat(landing): better data disclaimer
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Landing.svelte | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index 877fe293..f225d3a9 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -114,7 +114,7 @@ <a href={root('/')}>due.moe</a> even supports checking for new light novels chapters! </p> - <small>This is simulated data from concluded manga.</small> + <small>This is simulated data including concluded manga.</small> </div> </div> @@ -135,7 +135,9 @@ right? </p> - <small>This is simulated data from concluded anime. Cover grid view is also supported.</small> + <small + >This is simulated data including concluded anime. Cover grid view is also supported.</small + > </div> <div class="item-content"> <details open={true} class="list"> |