diff --git a/lib/chiya_web/components/layouts/error.html.heex b/lib/chiya_web/components/layouts/error.html.heex index f3985a1..0543398 100644 --- a/lib/chiya_web/components/layouts/error.html.heex +++ b/lib/chiya_web/components/layouts/error.html.heex @@ -1 +1 @@ -<%= @inner_content %> \ No newline at end of file +<%= @inner_content %> diff --git a/lib/chiya_web/controllers/error_html/404.html.heex b/lib/chiya_web/controllers/error_html/404.html.heex index 5bc960c..c87ce2e 100644 --- a/lib/chiya_web/controllers/error_html/404.html.heex +++ b/lib/chiya_web/controllers/error_html/404.html.heex @@ -1,14 +1,14 @@ - - Not found - - - - - - <.header class="mx-auto max-w-2xl"> - Not found - <:subtitle>This page went away and never came back. - - - \ No newline at end of file + + 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 66d3b65..084d0bd 100644 --- a/lib/chiya_web/controllers/error_html/500.html.heex +++ b/lib/chiya_web/controllers/error_html/500.html.heex @@ -1,14 +1,14 @@ - - Infernal Server Error - - - - - - <.header class="mx-auto max-w-2xl"> - Infernal Server Error - <:subtitle>Server got hot and went to hell. - - - \ No newline at end of file + + Infernal Server Error + + + + + + <.header class="mx-auto max-w-2xl"> + Infernal Server Error + <:subtitle>Server got hot and went to hell. + + +