1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 21:32:43 +01:00

Use "fa-shopping-bag" instead of "fa-list-alt" for Owners package icon

Summary:
Ref T10939. These appear in "Subscribers" tokenizers now and we got a maybe slightly better icon in the last FA update: {icon shopping-bag} instead of {icon list-alt}.

(I don't feel strongly about this, the old icon just doesn't seem very evocative.)

Test Plan:
o.( O___O ).o

{F1311641}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10939

Differential Revision: https://secure.phabricator.com/D15913
This commit is contained in:
epriestley 2016-05-13 10:41:57 -07:00
parent 547abfe873
commit 4ba4cb9711

View file

@ -9,7 +9,7 @@ final class PhabricatorOwnersPackagePHIDType extends PhabricatorPHIDType {
} }
public function getTypeIcon() { public function getTypeIcon() {
return 'fa-list-alt'; return 'fa-shopping-bag';
} }
public function newObject() { public function newObject() {