rename list page to mal

This commit is contained in:
2026-02-12 22:59:32 -08:00
parent 1a3ec7d84e
commit f90cf66cc1
3 changed files with 1 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
<nav class="flex items-center gap-2 text-sm">
<a href={resolve("/")}>Anime</a>
<a href={resolve("/songs")}>Songs</a>
<a href={resolve("/list")}>List</a>
<a href={resolve("/mal")}>MAL</a>
</nav>
</div>
</header>