mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Change settings icon (#2706)
Change General Settings and Site Preferences icons
This commit is contained in:
parent
6fcd817e96
commit
2b69d31f32
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<ul class="nav flex-column mb-2 text-uppercase">
|
||||
<li class="active nav-item">
|
||||
<a class="nav-link text-light rounded-sm" href="#general-settings">
|
||||
<i class="fa fa-ellipsis-h fa-lg pe-2" aria-hidden="true"></i>
|
||||
<i class="fa fa-cog fa-lg pe-2" aria-hidden="true"></i>
|
||||
<span class="menu-item" data-i18n="optionsMenuGeneral"></span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-light rounded-sm" href="#site-preferences">
|
||||
<i class="fa fa-wrench fa-lg pe-2" aria-hidden="true"></i>
|
||||
<i class="fa fa-list-alt fa-lg pe-2" aria-hidden="true"></i>
|
||||
<span class="menu-item" data-i18n="optionsMenuSitePreferences"></span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue