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:
parent
88ff486aae
commit
a799d0a893
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ final class PhabricatorPhragmentApplication extends PhabricatorApplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getTitleGlyph() {
|
public function getTitleGlyph() {
|
||||||
return "\xE2\x26\xB6";
|
return "\xE2\x96\x9B";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getApplicationGroup() {
|
public function getApplicationGroup() {
|
||||||
|
|
Loading…
Reference in a new issue