diff --git a/lib/home73k_web/templates/error/e40x.html.eex b/lib/home73k_web/templates/error/e40x.html.eex index 7e5f355..c221497 100644 --- a/lib/home73k_web/templates/error/e40x.html.eex +++ b/lib/home73k_web/templates/error/e40x.html.eex @@ -46,7 +46,7 @@ [ <%= link to: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/#{@conn.status}", rel: "noreferrer", target: "_blank", class: "mb-4", style: "font-size: 10px;" do %> what's it mean? · MDN - <%= icon_div @conn, "mdi-open-in-new", [class: "icon"], [style: "height: 10px; width: 10px;"] %> + <%= icon_div @conn, "mdi-open-in-new", [class: "icon baseline"] %> <% end %> ] diff --git a/lib/home73k_web/templates/error/e50x.html.eex b/lib/home73k_web/templates/error/e50x.html.eex index 2627829..5221720 100644 --- a/lib/home73k_web/templates/error/e50x.html.eex +++ b/lib/home73k_web/templates/error/e50x.html.eex @@ -46,7 +46,7 @@ [ <%= link to: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/#{@conn.status}", rel: "noreferrer", target: "_blank", class: "mb-4", style: "font-size: 10px;" do %> what's it mean? · MDN - <%= icon_div @conn, "mdi-open-in-new", [class: "icon"], [style: "height: 10px; width: 10px;"] %> + <%= icon_div @conn, "mdi-open-in-new", [class: "icon baseline"] %> <% end %> ]