diff options
| author | Fuwn <[email protected]> | 2024-01-25 23:08:59 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-25 23:08:59 -0800 |
| commit | d9e0d7165d78e0f0f63387f36203a9f7857ee18c (patch) | |
| tree | 970d6333fbd91370a23087bb92d9a7fd3fb01f48 /src | |
| parent | feat: landing page (diff) | |
| download | due.moe-d9e0d7165d78e0f0f63387f36203a9f7857ee18c.tar.xz due.moe-d9e0d7165d78e0f0f63387f36203a9f7857ee18c.zip | |
feat(landing): better descriptions
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/Landing.svelte | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index d616df94..85ab4b48 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -191,13 +191,11 @@ <p> <a href={root('/')}>due.moe</a> also offers a suite of helpful tools to make your life on AniList - that much easier. + that much easier. Some examples include … </p> <ul> - <li> - <a href={root('/wrapped')}>AniList Wrapped — Your Year on AniList</a> - </li> + <li><a href={root('/wrapped')}>AniList Wrapped — Your Year on AniList</a></li> <li> Badge Wall — A unified badge collection experience for AniList <blockquote style="margin: 0 0 0 1.5rem;"> @@ -206,14 +204,13 @@ </blockquote> </li> <li> - <a href={root('/schedule')} - >Schedule — An Simulcast Release Calendar, displaying anime release times for <b - >subtitled releases</b - >!</a - > + <a href={root('/schedule')}>Subtitle Schedule</a> — A release calendar which displaying the + scheduled <b>subtitle release times</b> for simulcast anime! </li> <li> - <a href={root('/birthdays')}>Today's Character Birthdays</a> + <a href={root('/birthdays')}>Today's Character Birthdays</a> — A calendar to help you stay up + to date with your favourite characters' birthdays, featuring an even bigger character database + than AniList! </li> <li> <a href={root('/tools/sequel_spy')}>Sequel Spy</a> |