mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-27 19:50:21 +01:00
Add home icon to examples
Summary: home icon on examples Test Plan: O.O Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D6145
This commit is contained in:
parent
148ab2b772
commit
76c8705a27
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ final class PHUIDocumentExample extends PhabricatorUIExample {
|
|||
->addMenuItem($item1);
|
||||
|
||||
$home = id(new PHUIListItemView())
|
||||
->setIcon('transcript')
|
||||
->setIcon('home')
|
||||
->setHref('#')
|
||||
->setType(PHUIListItemView::TYPE_ICON);
|
||||
|
||||
|
|
|
@ -125,7 +125,7 @@ final class PHUIListExample extends PhabricatorUIExample {
|
|||
/* Top Navigation */
|
||||
|
||||
$home = id(new PHUIListItemView())
|
||||
->setIcon('transcript')
|
||||
->setIcon('home')
|
||||
->setHref('#')
|
||||
->setType(PHUIListItemView::TYPE_ICON);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue