diff options
| author | Fuwn <[email protected]> | 2024-01-25 23:14:36 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-25 23:14:36 -0800 |
| commit | 7e45c93a7d56b4409a4c451fcfe9484885428e0a (patch) | |
| tree | fc1534580292ffd4ee4235e33640474974134ea2 /src/lib | |
| parent | feat(landing): better data disclaimer (diff) | |
| download | due.moe-7e45c93a7d56b4409a4c451fcfe9484885428e0a.tar.xz due.moe-7e45c93a7d56b4409a4c451fcfe9484885428e0a.zip | |
fix(landing): no link all text
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Landing.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index f225d3a9..5849fbc0 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -198,7 +198,7 @@ </p> <ul> - <li><a href={root('/wrapped')}>AniList Wrapped — Your Year on AniList</a></li> + <li><a href={root('/wrapped')}>AniList Wrapped</a> — Your Year on AniList</li> <li> Badge Wall — A unified badge collection experience for AniList <blockquote style="margin: 0 0 0 1.5rem;"> |