From dee453c94d44231d3695575bb48b828c535afcf9 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 20 Jul 2018 15:39:16 -0700 Subject: [PATCH] =?UTF-8?q?Give=20Config=20the=20"=E2=9C=A8"=20(SPARKLE=20?= =?UTF-8?q?LIKE=20NEW)=20emoji=20instead=20of=20"=E2=98=BA"=20(STUPID=20LO?= =?UTF-8?q?OKING=20FACE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../config/application/PhabricatorConfigApplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/config/application/PhabricatorConfigApplication.php b/src/applications/config/application/PhabricatorConfigApplication.php index 9789b7de9f..e7540ad9de 100644 --- a/src/applications/config/application/PhabricatorConfigApplication.php +++ b/src/applications/config/application/PhabricatorConfigApplication.php @@ -15,7 +15,7 @@ final class PhabricatorConfigApplication extends PhabricatorApplication { } public function getTitleGlyph() { - return "\xE2\x98\xBA"; + return "\xE2\x9C\xA8"; } public function getApplicationGroup() {