change icon font to google icons

This commit is contained in:
Dennis Eichhorn 2023-10-19 21:44:09 +00:00
parent d82b70e7d4
commit b0b3962517
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"name": "Finance",
"uri": null,
"target": "self",
"icon": "fa fa-book",
"icon": "book",
"order": 50,
"from": "Finance",
"permission": { "permission": 2, "category": null, "element": null },

View File

@ -204,7 +204,7 @@ echo $this->data['nav']->render();
<input id="more-customer-sales" type="checkbox" name="more-container">
<label for="more-customer-sales">
<span>Data</span>
<i class="fa fa-chevron-right expand"></i>
<i class="g-icon expand">chevron_right</i>
</label>
<div>
<table class="default">
@ -328,7 +328,7 @@ echo $this->data['nav']->render();
<input id="more-customer-sales-annual" type="checkbox" name="more-container">
<label for="more-customer-sales-annual">
<span>Data</span>
<i class="fa fa-chevron-right expand"></i>
<i class="g-icon expand">chevron_right</i>
</label>
<div>
<table class="default">