mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 06:41:04 +01:00
Fix calendar icon
Summary: Guess this never actually got implemented. Test Plan: looked at home Reviewers: chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D4456
This commit is contained in:
parent
4b09a14242
commit
e6e09fcf0a
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ final class PhabricatorApplicationCalendar extends PhabricatorApplication {
|
||||||
return '/calendar/';
|
return '/calendar/';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getIconName() {
|
||||||
|
return 'calendar';
|
||||||
|
}
|
||||||
|
|
||||||
public function getTitleGlyph() {
|
public function getTitleGlyph() {
|
||||||
// Unicode has a calendar character but it's in some distant code plane,
|
// Unicode has a calendar character but it's in some distant code plane,
|
||||||
// use "keyboard" since it looks vaguely similar.
|
// use "keyboard" since it looks vaguely similar.
|
||||||
|
|
Loading…
Reference in a new issue