1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 23:02:42 +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:
epriestley 2018-07-20 15:39:16 -07:00
parent dce6dd5d02
commit dee453c94d

View file

@ -15,7 +15,7 @@ final class PhabricatorConfigApplication extends PhabricatorApplication {
}
public function getTitleGlyph() {
return "\xE2\x98\xBA";
return "\xE2\x9C\xA8";
}
public function getApplicationGroup() {