File tree Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Original file line number Diff line number Diff line change 168
168
<ul class =" sub-nav collapse" id =" utilities-error" data-bs-parent =" #sidebar-menu" >
169
169
<li class =" nav-item" >
170
170
<a class =" nav-link {{ Request:: segment (2 ) == ' config' ? ' active' : ' ' } }" href =" {{ url (' admin/config' ) } }" >
171
- <i class =" icon" >
172
- <svg class =" icon-10" xmlns =" http://www.w3.org/2000/svg" width =" 10" viewBox =" 0 0 24 24" fill =" currentColor" >
173
- <g >
174
- <circle cx =" 12" cy =" 12" r =" 8" fill =" currentColor" ></circle >
175
- </g >
176
- </svg >
177
- </i >
171
+ <i class =" bi bi-wrench-adjustable-circle-fill" ></i >
178
172
<span class =" item-name" >Config</span >
179
173
</a >
180
174
</li >
181
175
<li class =" nav-item" >
182
176
<a class =" nav-link {{ Request:: segment (2 ) == ' users' ? ' active' : ' ' } }" href =" {{ url (' admin/users/all' ) } }" >
183
- <i class =" icon" >
184
- <svg class =" icon-10" xmlns =" http://www.w3.org/2000/svg" width =" 10" viewBox =" 0 0 24 24" fill =" currentColor" >
185
- <g >
186
- <circle cx =" 12" cy =" 12" r =" 8" fill =" currentColor" ></circle >
187
- </g >
188
- </svg >
189
- </i >
177
+ <i class =" bi bi-people-fill" ></i >
190
178
<span class =" item-name" >Manage Users</span >
191
179
</a >
192
180
</li >
193
181
<li class =" nav-item" >
194
182
<a class =" nav-link {{ Request:: segment (2 ) == ' pages' ? ' active' : ' ' } }" href =" {{ url (' admin/pages' ) } }" >
195
- <i class =" icon" >
196
- <svg class =" icon-10" xmlns =" http://www.w3.org/2000/svg" width =" 10" viewBox =" 0 0 24 24" fill =" currentColor" >
197
- <g >
198
- <circle cx =" 12" cy =" 12" r =" 8" fill =" currentColor" ></circle >
199
- </g >
200
- </svg >
201
- </i >
183
+ <i class =" bi bi-collection-fill" ></i >
202
184
<span class =" item-name" >Footer Pages</span >
203
185
</a >
204
186
</li >
205
187
<li class =" nav-item" >
206
188
<a class =" nav-link {{ Request:: segment (2 ) == ' site' ? ' active' : ' ' } }" href =" {{ url (' admin/site' ) } }" >
207
- <i class =" icon" >
208
- <svg class =" icon-10" xmlns =" http://www.w3.org/2000/svg" width =" 10" viewBox =" 0 0 24 24" fill =" currentColor" >
209
- <g >
210
- <circle cx =" 12" cy =" 12" r =" 8" fill =" currentColor" ></circle >
211
- </g >
212
- </svg >
213
- </i >
189
+ <i class =" bi bi-palette-fill" ></i >
214
190
<span class =" item-name" >Site Customization</span >
215
191
</a >
216
192
</li >
You can’t perform that action at this time.
0 commit comments