diff options
| author | Fuwn <[email protected]> | 2026-01-22 22:09:45 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-22 22:09:45 -0800 |
| commit | 3dc247717122628793ee88f0cd855c3d8c5afbd7 (patch) | |
| tree | 8dd332ca02d417975a6098ad0e1adb6bdd0c74a8 /src/lib/Landing.svelte | |
| parent | fix(deps): Pin SvelteKit and adapter versions for sveltekit-graphql compatibi... (diff) | |
| download | due.moe-3dc247717122628793ee88f0cd855c3d8c5afbd7.tar.xz due.moe-3dc247717122628793ee88f0cd855c3d8c5afbd7.zip | |
format: Apply Prettier formatting
Diffstat (limited to 'src/lib/Landing.svelte')
| -rw-r--r-- | src/lib/Landing.svelte | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index 00c110b7..644d1d41 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -19,9 +19,9 @@ <p> <a href={root('/')}>due.moe</a> automatically keeps your manga and light novel lists up to date—checking - for new chapters, notifying you of new releases, and reminding you to update your volume count - if you fall behind. Completed and ongoing series stay neatly organized so you can instantly see - what needs your attention. Staying on top of your reading has never been easier. + for new chapters, notifying you of new releases, and reminding you to update your volume count if + you fall behind. Completed and ongoing series stay neatly organized so you can instantly see what + needs your attention. Staying on top of your reading has never been easier. </p> <small class="bottom"> |