app/views/_templates/navigation.volt: change menu icon to fontawesome.
This commit is contained in:
parent
15a9009828
commit
66b577f44f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div class="navigation" role="navigation">
|
||||
|
||||
<button class="menu-button" type="button" data-toggle="collapse" data-target="#main-menu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="icon ion-navicon-round"></i>
|
||||
{{ icon('solid/bars') }}
|
||||
</button>
|
||||
|
||||
<div class="navigation-user-menu">
|
||||
|
|
|
|||
Reference in a new issue