refactor: align account and watchlist titles

This commit is contained in:
2026-04-15 00:36:02 +02:00
parent 058aedd5e0
commit 587c7b2176
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ templ RecoveryComplete(newRecoveryKey string) {
}
templ Account(username string, createdAt string, passwordError string, passwordSuccess string, recoveryError string, recoverySuccess string, recoveryKey string) {
@Layout("Account", true) {
@Layout("mal - account", true) {
<div class="mx-auto grid w-[min(720px,100%)] gap-4">
<section class="grid gap-3 bg-[var(--panel)] p-5">
<h2>Account</h2>

View File

@@ -7,7 +7,7 @@ import (
)
templ Watchlist(entries []database.GetUserWatchListRow, layout string, currentStatus string, sortBy string, sortOrder string) {
@Layout("My Watchlist", true) {
@Layout("mal - watchlist", true) {
<div class="mb-4 flex items-end justify-between gap-4 max-[860px]:flex-col max-[860px]:items-start">
<div class="grid gap-1">
<h2>Watchlist</h2>