From a0cc754f9de973d2d9beaf40564336bd1febe00f Mon Sep 17 00:00:00 2001 From: Matt Bernhardt Date: Wed, 8 Jun 2022 12:16:38 -0400 Subject: [PATCH] Remove alt attribute from anchor in footer ** Why are these changes being introduced: * This attribute has been flagged by ANDI throughout our identity, and it isn't needed - there is a screen-reader accessible text for this SVG image, as well as a title attribute in the SVG itself. ** Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/engx-67 ** How does this address that need: * This removes the alt attribute ** Document any side effects to this change: * None --- app/views/layouts/_libraries_footer.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_libraries_footer.html.erb b/app/views/layouts/_libraries_footer.html.erb index 59cdff0..f342a86 100644 --- a/app/views/layouts/_libraries_footer.html.erb +++ b/app/views/layouts/_libraries_footer.html.erb @@ -3,7 +3,7 @@