mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Give Config the "✨" (SPARKLE LIKE NEW) emoji instead of "☺" (STUPID LOOKING FACE)
Summary: Fixes T13171. Open to suggestions but that face looks real, real dumb on High Sierra. Test Plan: Visited Config, saw a serious professional emoji in the page title. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13171 Differential Revision: https://secure.phabricator.com/D19530
This commit is contained in:
parent
dce6dd5d02
commit
dee453c94d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ final class PhabricatorConfigApplication extends PhabricatorApplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTitleGlyph() {
|
public function getTitleGlyph() {
|
||||||
return "\xE2\x98\xBA";
|
return "\xE2\x9C\xA8";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
public function getApplicationGroup() {
|
||||||
|
|
Loading…
Reference in a new issue