Skip to content

Commit

Permalink
Update the icon of Options menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
lguima committed Apr 28, 2020
1 parent 61bd2dc commit c2f92c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/v1/partials/menu-sidebar.twig
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

<li class="{{ activeRoutePartial('admin') }} {{ activeRoutePartial('profile') }} {{ activeRoutePartial('preferences') }} {{ activeRoutePartial('currencies') }} treeview" id="option-menu">
<a href="#">
<i class="fa fa-bars fa-fw"></i>
<i class="fa fa-sliders fa-fw"></i>
<span>{{ 'options'|_ }}</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
Expand Down

0 comments on commit c2f92c6

Please sign in to comment.