1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Use "book" instead of "life ring" icon for global help menu

Summary: This is more consistent with the icon we use for documentation elsewhere.

Test Plan: Looked at the icon, had an easier time guessing it meant "documentation".

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D16765
This commit is contained in:
epriestley 2016-10-28 14:03:02 -07:00
parent 0c9ecf8351
commit a792faf78d

View file

@ -36,7 +36,7 @@ final class PhabricatorHelpMainMenuBarExtension
$help_name = pht('%s Help', $application->getName());
$help_item = id(new PHUIListItemView())
->setIcon('fa-life-ring')
->setIcon('fa-book')
->addClass('core-menu-item')
->setID($help_id)
->setName($help_name)