From 0d6c95e301ac7e882f28a6df56ca1841cab14f15 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Wed, 7 Apr 2021 13:14:28 -0400 Subject: [PATCH] improve error page external link icon styling --- lib/home73k_web/templates/error/e40x.html.eex | 2 +- lib/home73k_web/templates/error/e50x.html.eex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %> ]