From e1b1847e77e596663262312f78767fa496b3259c Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:06:05 +0100 Subject: [PATCH] Add alt text for image a11y --- app/views/application/_auth_button.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/application/_auth_button.html.erb b/app/views/application/_auth_button.html.erb index edbc28eda..341c8a12f 100644 --- a/app/views/application/_auth_button.html.erb +++ b/app/views/application/_auth_button.html.erb @@ -5,6 +5,7 @@ :title => t("application.auth_providers.#{provider}.title") do %> <%= inline_svg_tag "auth_providers/#{provider}.svg", :class => "rounded-1 text-body-emphasis", + :title => t("application.auth_providers.#{provider}.alt"), :size => "36" %> <% if preferred %> <%= t "application.auth_providers.#{provider}.title" %> -- 2.47.3