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>