Skip to content

Commit

Permalink
delete button and re-add a attribut with role
Browse files Browse the repository at this point in the history
BarbaraOliveira13 committed Jan 23, 2025
1 parent f9853ef commit 1b3f7bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@
<%= link_to t("layouts.decidim.footer.terms_of_service"), decidim.page_path("terms-of-service") %>
</li>
<li>
<button data-dialog-open="dc-modal" class="underline"><%= t("layouts.decidim.footer.data_consent_settings") %></button>
<a href="#" role="button" data-dialog-open="dc-modal"><%= t("layouts.decidim.footer.data_consent_settings") %></a>
</li>
</ul>

0 comments on commit 1b3f7bd

Please sign in to comment.