Skip to content

Commit

Permalink
fix test by re-adding aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Dec 16, 2024
1 parent 16897ed commit 5f11816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-core/app/views/layouts/decidim/_logo.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if organization %>
<%= link_to decidim.root_url(host: organization.host) do %>
<%= link_to decidim.root_url(host: organization.host), "aria-label": t("front_page_link", scope: "decidim.accessibility") do %>
<% if organization.logo.attached? %>
<%= image_tag organization.attached_uploader(:logo).variant_url(:medium), alt: t("logo", scope: "decidim.accessibility", organization: current_organization_name) %>
<% else %>
Expand Down

0 comments on commit 5f11816

Please sign in to comment.