1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 05:12:41 +01:00

Give Phragment a sort of tetris block thing as a title glyph

Summary:
Fixes T11679. This application is probably vanishing into the aether eventually, but stop it from fataling for now.

Here's the glyph: ▛

It's like a fragment of a block of file data! Right? Obviously.

Test Plan: Visited `/phragment/` with glpyhs on, saw the glyph.

Reviewers: chad, avivey

Reviewed By: avivey

Subscribers: avivey, hach-que

Maniphest Tasks: T11679

Differential Revision: https://secure.phabricator.com/D16588
This commit is contained in:
epriestley 2016-09-22 15:05:50 -07:00
parent 88ff486aae
commit a799d0a893

View file

@ -19,7 +19,7 @@ final class PhabricatorPhragmentApplication extends PhabricatorApplication {
}
public function getTitleGlyph() {
return "\xE2\x26\xB6";
return "\xE2\x96\x9B";
}
public function getApplicationGroup() {