Change left hamburger menu icon to arrows

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-08-13 11:14:51 +02:00
parent 836b7ab7be
commit 17857841ab
2 changed files with 16 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ if ($auth) {
<nav class="navbar navbar-static-top">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle-svg" data-toggle="push-menu" role="button">
<i aria-hidden="true" class="fa fa-bars"></i>
<i aria-hidden="true" class="fa fa-angle-double-left"></i>
<span class="sr-only">Toggle navigation</span>
<span class="warning-count hidden" id="top-warning-count"></span>
</a>