Skip to content

Commit

Permalink
Merge pull request #7 from alecslupu-pfa/fix/accessibility
Browse files Browse the repository at this point in the history
Add accessibility for secondary links
  • Loading branch information
alecslupu committed Apr 17, 2023
2 parents 6810f27 + fb831e0 commit f837e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/cells/decidim/slider/tabs/image/main/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<% end %>
<% if secondary_link? %>
<%= link_to secondary_cta, secondary_url, class: "action", target: "blank" %>
<%= link_to secondary_cta, secondary_url, class: "action primary", target: "blank" %>
<% end %>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/cells/decidim/slider/tabs/video_text/main/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<% end %>
<% if secondary_link? %>
<%= link_to secondary_cta, secondary_url, class: "action", target: "blank" %>
<%= link_to secondary_cta, secondary_url, class: "action primary", target: "blank" %>
<% end %>
</div>
</div>
Expand Down

0 comments on commit f837e2b

Please sign in to comment.