mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
derp
This commit is contained in:
parent
5d8bb61dde
commit
0ab065a14b
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue