Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #264 from shaal/button-href-fix
Browse files Browse the repository at this point in the history
Replacing <button> element with <a href> whenever there's a link
  • Loading branch information
Evan Willhite committed Jun 28, 2018
2 parents b7630ce + df486b7 commit e8b81a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/_patterns/01-atoms/06-buttons/01-button.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
{% for attribute,value in button_attributes %}
{{ attribute }}="{{ value }}"
{% endfor %}
{% if button_url %}
href="{{ button_url }}"
{% endif %}
>
{% block button_content %}
{{ button_content }}
Expand Down

0 comments on commit e8b81a9

Please sign in to comment.