From 5a0bd692e63a0bac40d350ddf13a3ad3dffe8dec Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Wed, 27 Nov 2024 10:47:27 -0300 Subject: [PATCH] increase top border for client list on error page. --- error.templ | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/error.templ b/error.templ index 0a9dcc2..e130ea9 100644 --- a/error.templ +++ b/error.templ @@ -63,7 +63,9 @@ templ errorTemplate(params ErrorPageParams) { >Go to the homepage if params.Clients != nil { - @clientsTemplate(params.Clients) +
+ @clientsTemplate(params.Clients) +
}