diff --git a/assets/js/app.js b/assets/js/app.js index 3a2ff03..55f7190 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -6,7 +6,7 @@ import "../css/app.scss"; // Import icons for sprite-loader // navbar brand icon import "../node_modules/@mdi/svg/svg/desktop-classic.svg"; // brand -// other:/// +// other: import "../node_modules/@mdi/svg/svg/home.svg"; import "../node_modules/@mdi/svg/svg/information.svg"; import "../node_modules/@mdi/svg/svg/account.svg"; @@ -17,6 +17,7 @@ import "../node_modules/@mdi/svg/svg/calendar-clock.svg"; import "../node_modules/@mdi/svg/svg/tag-multiple.svg"; import "../node_modules/@mdi/svg/svg/rss.svg"; import "../node_modules/@mdi/svg/svg/account-hard-hat.svg"; +import "../node_modules/@mdi/svg/svg/open-in-new.svg"; // social import "../node_modules/@mdi/svg/svg/linkedin.svg"; import "../node_modules/@mdi/svg/svg/github.svg"; diff --git a/lib/home73k_web/templates/error/e40x.html.eex b/lib/home73k_web/templates/error/e40x.html.eex index 4d41a66..7e5f355 100644 --- a/lib/home73k_web/templates/error/e40x.html.eex +++ b/lib/home73k_web/templates/error/e40x.html.eex @@ -41,7 +41,15 @@ " class="img-fluid mb-3" alt="UNICORN">
<%= @conn.status %> • <%= Plug.Conn.Status.reason_phrase(@conn.status) %>
+<%= @conn.status %> • <%= Plug.Conn.Status.reason_phrase(@conn.status) %>
+Click home to get back to safety!
diff --git a/lib/home73k_web/templates/error/e50x.html.eex b/lib/home73k_web/templates/error/e50x.html.eex index fe660ca..2627829 100644 --- a/lib/home73k_web/templates/error/e50x.html.eex +++ b/lib/home73k_web/templates/error/e50x.html.eex @@ -41,7 +41,15 @@ " class="img-fluid mb-3" alt="UNICORN"><%= @conn.status %> • <%= Plug.Conn.Status.reason_phrase(@conn.status) %>
+<%= @conn.status %> • <%= Plug.Conn.Status.reason_phrase(@conn.status) %>
+Click home to get back to safety!