1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
Andre Klapper 2023-06-12 17:28:16 +02:00
parent efbb809d42
commit 1060736e89

View file

@ -780,7 +780,7 @@ final class PHUIIconView extends AphrontTagView {
'fa-reddit-alien', 'fa-reddit-alien',
'fa-edge', 'fa-edge',
'fa-credit-card-alt', 'fa-credit-card-alt',
'fa-codiepie:before', 'fa-codiepie',
'fa-modx', 'fa-modx',
'fa-fort-awesome', 'fa-fort-awesome',
'fa-usb', 'fa-usb',
@ -843,7 +843,7 @@ final class PHUIIconView extends AphrontTagView {
'fa-address-card-o', 'fa-address-card-o',
'fa-user-circle', 'fa-user-circle',
'fa-user-circle-o', 'fa-user-circle-o',
'fa-user-o:before', 'fa-user-o',
'fa-id-badge', 'fa-id-badge',
'fa-drivers-license', 'fa-drivers-license',
'fa-id-card', 'fa-id-card',
@ -861,7 +861,7 @@ final class PHUIIconView extends AphrontTagView {
'fa-thermometer-half', 'fa-thermometer-half',
'fa-thermometer-1', 'fa-thermometer-1',
'fa-thermometer-quarter', 'fa-thermometer-quarter',
'fa-thermometer-0:', 'fa-thermometer-0',
'fa-thermometer-empty', 'fa-thermometer-empty',
'fa-shower', 'fa-shower',
'fa-bathtub', 'fa-bathtub',