Move FontIcon calls to Icon
Summary: Normalizes all `setFontIcon` calls to `setIcon`. Test Plan: UIExamples, Almanac, Apps list, etc. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, hach-que, yelirekim Differential Revision: https://secure.phabricator.com/D15129
This commit is contained in:
@@ -14,7 +14,7 @@ final class PhabricatorOAuthServerApplication extends PhabricatorApplication {
|
||||
return pht('OAuth Login Provider');
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
public function getIcon() {
|
||||
return 'fa-hotel';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user