1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-30 01:10:58 +01:00

Change Macro icon to file-image-o

Summary: Changes icon

Test Plan: Load up Macro, see new icon.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11509
This commit is contained in:
Chad Little 2015-01-26 12:44:43 -08:00
parent b34f6e2fb0
commit 1028afd89e

View file

@ -19,7 +19,7 @@ final class PhabricatorMacroApplication extends PhabricatorApplication {
}
public function getFontIcon() {
return 'fa-smile-o';
return 'fa-file-image-o';
}
public function getTitleGlyph() {