mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Choose a more appropriate glyph for People.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
7c3cd26510
commit
7aa6943890
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ abstract class PhabricatorPeopleController extends PhabricatorController {
|
|||
$page->setApplicationName('People');
|
||||
$page->setBaseURI('/people/');
|
||||
$page->setTitle(idx($data, 'title'));
|
||||
$page->setGlyph("\xE2\x99\xA5");
|
||||
$page->setGlyph("\xE2\x99\x9F");
|
||||
$page->appendChild($view);
|
||||
|
||||
$response = new AphrontWebpageResponse();
|
||||
|
|
Loading…
Reference in a new issue