Add FontIcon bridge to AppIcons

Summary: Select a similar or better FontAwesome icon to represent each application

Test Plan: Visual inspection

Reviewers: epriestley, btrahan

Subscribers: hach-que, Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11489
This commit is contained in:
Chad Little
2015-01-24 23:41:43 -08:00
parent e0289070db
commit 5d8bb61dde
57 changed files with 229 additions and 1 deletions

View File

@@ -11,7 +11,11 @@ final class PhabricatorPHPASTApplication extends PhabricatorApplication {
}
public function getIconName() {
return 'phpast';
return 'fa-ambulance';
}
public function getFontIcon() {
return 'fa-check-circle-o';
}
public function getShortDescription() {