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:
parent
0c9ecf8351
commit
a792faf78d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue