From 09a103083fe38bfcb136d8ec663fb552db5b9e9f Mon Sep 17 00:00:00 2001 From: Inhji Date: Sat, 8 Jul 2023 15:13:33 +0200 Subject: [PATCH] improve errors --- lib/chiya_web/controllers/error_html/404.html.heex | 6 +++--- lib/chiya_web/controllers/error_html/500.html.heex | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/chiya_web/controllers/error_html/404.html.heex b/lib/chiya_web/controllers/error_html/404.html.heex index dffc557..5bc960c 100644 --- a/lib/chiya_web/controllers/error_html/404.html.heex +++ b/lib/chiya_web/controllers/error_html/404.html.heex @@ -5,9 +5,9 @@ - - <.header> - <:title>Not found + + <.header class="mx-auto max-w-2xl"> + Not found <:subtitle>This page went away and never came back. diff --git a/lib/chiya_web/controllers/error_html/500.html.heex b/lib/chiya_web/controllers/error_html/500.html.heex index 9e23369..66d3b65 100644 --- a/lib/chiya_web/controllers/error_html/500.html.heex +++ b/lib/chiya_web/controllers/error_html/500.html.heex @@ -5,9 +5,9 @@ - - <.header> - <:title>Infernal Server Error + + <.header class="mx-auto max-w-2xl"> + Infernal Server Error <:subtitle>Server got hot and went to hell. -- 2.39.5