refactor: align account and watchlist titles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user