diff --git a/src/applications/phpast/application/PhabricatorPHPASTApplication.php b/src/applications/phpast/application/PhabricatorPHPASTApplication.php index ba9cc3c662..f24f03650d 100644 --- a/src/applications/phpast/application/PhabricatorPHPASTApplication.php +++ b/src/applications/phpast/application/PhabricatorPHPASTApplication.php @@ -11,11 +11,11 @@ final class PhabricatorPHPASTApplication extends PhabricatorApplication { } public function getIconName() { - return 'fa-ambulance'; + return 'phpast'; } public function getFontIcon() { - return 'fa-check-circle-o'; + return 'fa-ambulance'; } public function getShortDescription() {