diff options
| -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"> |