mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Merge remote-tracking branch 'origin/develop'
Some checks are pending
CodeQL Security Scan / CodeQL Security Scan (javascript) (push) Waiting to run
Codacy Security Scan / Codacy Security Scan (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run
Some checks are pending
CodeQL Security Scan / CodeQL Security Scan (javascript) (push) Waiting to run
Codacy Security Scan / Codacy Security Scan (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run
This commit is contained in:
commit
c207d48430
|
@ -54,11 +54,11 @@ class IconHelper
|
||||||
case 'logout':
|
case 'logout':
|
||||||
return 'fa fa-sign-out';
|
return 'fa fa-sign-out';
|
||||||
case 'admin-settings':
|
case 'admin-settings':
|
||||||
return 'fa fa-cogs';
|
return 'fas fa-cogs';
|
||||||
case 'settings':
|
case 'settings':
|
||||||
return 'fa fa-cog';
|
return 'fas fa-cog';
|
||||||
case 'angle-left':
|
case 'angle-left':
|
||||||
return 'fa fa-angle-left';
|
return 'fas fa-angle-left';
|
||||||
case 'warning':
|
case 'warning':
|
||||||
return 'fas fa-exclamation-triangle';
|
return 'fas fa-exclamation-triangle';
|
||||||
case 'kits':
|
case 'kits':
|
||||||
|
|
Loading…
Reference in a new issue