diff --git a/templates/includes/button.html.ep b/templates/includes/button.html.ep index 1cfa6b31624e553a77ff10f9f210f665dae740e2..5c63cde394aee58852fb07a9c8eb70d43135acc9 100644 --- a/templates/includes/button.html.ep +++ b/templates/includes/button.html.ep @@ -1,10 +1,3 @@ -<button type="button" class="btn btn-labeled btn-<%= $c->stash->{class} // 'secondary' %>"> -<span class="btn-label"> -<svg class="bi" width="24" height="24" fill="currentColor"> - <use xlink:href="/img/icons/bootstrap-icons.svg#<%= $icon %>"/> -</svg> -</span> -% if ( $label ) { -<%= $label %> -% } +<button type="button" class="btn btn-<%= $c->stash->{class} // 'secondary' %>"> +<i class="fa fa-play-<%= $icon %>"></i> <%= $label %> </button>