mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix some icons not displayed on UIExamples' "Icons and Images" (PHUIIconExample) page
Summary: Fix three typos in icon names Closes T15454 Test Plan: Go to `/uiexample/view/PHUIIconExample/` before and after applying the change; compare icons displayed for `fa-codiepie`, `fa-user-o`, `fa-thermometer-0` Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15454 Differential Revision: https://we.phorge.it/D25280
This commit is contained in:
parent
efbb809d42
commit
1060736e89
1 changed files with 3 additions and 3 deletions
|
@ -780,7 +780,7 @@ final class PHUIIconView extends AphrontTagView {
|
|||
'fa-reddit-alien',
|
||||
'fa-edge',
|
||||
'fa-credit-card-alt',
|
||||
'fa-codiepie:before',
|
||||
'fa-codiepie',
|
||||
'fa-modx',
|
||||
'fa-fort-awesome',
|
||||
'fa-usb',
|
||||
|
@ -843,7 +843,7 @@ final class PHUIIconView extends AphrontTagView {
|
|||
'fa-address-card-o',
|
||||
'fa-user-circle',
|
||||
'fa-user-circle-o',
|
||||
'fa-user-o:before',
|
||||
'fa-user-o',
|
||||
'fa-id-badge',
|
||||
'fa-drivers-license',
|
||||
'fa-id-card',
|
||||
|
@ -861,7 +861,7 @@ final class PHUIIconView extends AphrontTagView {
|
|||
'fa-thermometer-half',
|
||||
'fa-thermometer-1',
|
||||
'fa-thermometer-quarter',
|
||||
'fa-thermometer-0:',
|
||||
'fa-thermometer-0',
|
||||
'fa-thermometer-empty',
|
||||
'fa-shower',
|
||||
'fa-bathtub',
|
||||
|
|
Loading…
Reference in a new issue