Skip to content

Commit 8a8cff8

Browse files
committed
Use another icon for open sidebar on mobile view.
1 parent b036cc4 commit 8a8cff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nextgen/smarty_head.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#sidebar-container">
116116
<span class="sr-only">{t}Toggle Sidebar{/t}</span>
117117
<!-- <span class="navbar-toggler-icon"></span> -->
118-
<i class="fas fa-sitemap fa-lg"></i>
118+
<i class="fas fa-folder-open fa-lg fa-fw"></i>
119119
</button>
120120

121121
<a class="navbar-brand" href="{$relative_path}startup.php"><i class="fa fa-microchip" aria-hidden="true"></i> {if !empty($partdb_title)}{$partdb_title}{else}Part-DB{/if}</a>

0 commit comments

Comments
 (0)