1
0
Fork 0
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:
epriestley 2013-01-15 16:12:36 -08:00
parent 4b09a14242
commit e6e09fcf0a

View file

@ -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.