Skip to content

Commit

Permalink
fixed action button
Browse files Browse the repository at this point in the history
  • Loading branch information
manid2 committed Apr 19, 2019
1 parent 69e5f1a commit 5f18043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/home-action-btn.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{%- assign dropdown_items = include.dropdown_items -%}

<div class="btn-group animated rubberBand delay-1s" role="group" aria-label="Button group with nested dropdown">
<button type="button" class="{{ action_btn.class }}">
<a class="{{ action_btn.class }}" href="{{ action_btn.url }}">
<i class="{{ action_btn.fa_icon }}"></i>
<span class="pl-1">{{ action_btn.label }}</span>
</button>
</a>
{%- if dropdown -%}
<div class="btn-group" role="group">
<button id="btnGroupDrop2" type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown"
Expand Down

0 comments on commit 5f18043

Please sign in to comment.