Skip to content

Commit 8df4a1c

Browse files
committed
Update some sidebar icons
1 parent f67b8b9 commit 8df4a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style/sidebar_settings.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<li class="nav-item py-1"><a class="nav-link" href="#back-top"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#arrow-90deg-up"/></svg> {{ lang('BACK_TOP') }}</a></li>
44
<li class="nav-item py-1"><a class="nav-link" href="#profiles"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#collection"/></svg> {{ lang('PROFILES') }}</a></li>
55
<li class="nav-item py-1"><a class="nav-link" href="#qi-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#lightning-fill"/></svg> {{ lang('QUICKINSTALL') }}</a></li>
6-
<li class="nav-item py-1"><a class="nav-link" href="#db-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#clipboard-data"/></svg> {{ lang('DB_SETTINGS') }}</a></li>
6+
<li class="nav-item py-1"><a class="nav-link" href="#db-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#database"/></svg> {{ lang('DB_SETTINGS') }}</a></li>
77
<li class="nav-item py-1"><a class="nav-link" href="#server-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#hdd-network"/></svg> {{ lang('SERVER_SETTINGS') }}</a></li>
88
<li class="nav-item py-1"><a class="nav-link" href="#admin-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#person-circle"/></svg> {{ lang('ADMIN_SETTINGS') }}</a></li>
99
<li class="nav-item py-1"><a class="nav-link" href="#config-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#sliders"/></svg> {{ lang('BOARD_CONFIG_SETTINGS') }}</a></li>
1010
<li class="nav-item py-1"><a class="nav-link" href="#email-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#envelope"/></svg> {{ lang('EMAIL_SETTINGS') }}</a></li>
1111
<li class="nav-item py-1"><a class="nav-link" href="#populate-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#people"/></svg> {{ lang('POPULATE_OPTIONS') }}</a></li>
1212
<li class="nav-item py-1"><a class="nav-link" href="#misc-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#gear"/></svg> {{ lang('INSTALL_OPTIONS') }}</a></li>
13-
<li class="nav-item py-1"><a class="nav-link" href="#save-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#arrow-down-circle"/></svg> {{ lang('SAVE_SETTINGS') }}</a></li>
13+
<li class="nav-item py-1"><a class="nav-link" href="#save-settings"><svg class="bi me-1" width="16" height="16" fill="currentColor"><use xlink:href="{{ QI_ROOT_PATH }}style/assets/img/bootstrap-icons.svg#floppy"/></svg> {{ lang('SAVE_SETTINGS') }}</a></li>
1414
</ul>

0 commit comments

Comments
 (0)