From 587c7b217629781dbf75e5ee2be985fcc7ff8c18 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Wed, 15 Apr 2026 00:36:02 +0200 Subject: [PATCH] refactor: align account and watchlist titles --- internal/templates/auth.templ | 2 +- internal/templates/watchlist.templ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/templates/auth.templ b/internal/templates/auth.templ index af94d93..9d1bd6d 100644 --- a/internal/templates/auth.templ +++ b/internal/templates/auth.templ @@ -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) {

Account

diff --git a/internal/templates/watchlist.templ b/internal/templates/watchlist.templ index 7910d17..a0dcc6a 100644 --- a/internal/templates/watchlist.templ +++ b/internal/templates/watchlist.templ @@ -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) {

Watchlist