mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Add 4 more project icons
Summary: Adds 4 more icons. Test Plan: Tested editing a project Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9919
This commit is contained in:
parent
643c1c4a52
commit
d18f4eb39e
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ final class PhabricatorProjectIcon extends Phobject {
|
|||
'fa-truck' => pht('Release'),
|
||||
'fa-lock' => pht('Policy'),
|
||||
'fa-umbrella' => pht('An Umbrella'),
|
||||
'fa-cloud' => pht('The Cloud'),
|
||||
'fa-building' => pht('Company'),
|
||||
'fa-credit-card' => pht('Accounting'),
|
||||
'fa-flask' => pht('Experimental'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue