diff --git a/components/button/button.twig b/components/button/button.twig
index 55e7488e1abde5e2c98aed0fcb00539b6224aa26..fcf34b221f00d35e6fd134570053a4965e64da12 100644
--- a/components/button/button.twig
+++ b/components/button/button.twig
@@ -24,7 +24,7 @@
     %}
   {% endif %}
 
-  <a{{ attributes.setAttribute('role', 'button') }}>{{ label }}</a>
+  <a{{ attributes }}>{{ label }}</a>
 {% else %}
   {% if disabled %}
     {% set attributes = attributes.setAttribute('disabled', '') %}