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
|
@ -103,7 +103,7 @@ final class PHUIDocumentExample extends PhabricatorUIExample {
|
||||||
->addMenuItem($item1);
|
->addMenuItem($item1);
|
||||||
|
|
||||||
$home = id(new PHUIListItemView())
|
$home = id(new PHUIListItemView())
|
||||||
->setIcon('transcript')
|
->setIcon('home')
|
||||||
->setHref('#')
|
->setHref('#')
|
||||||
->setType(PHUIListItemView::TYPE_ICON);
|
->setType(PHUIListItemView::TYPE_ICON);
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ final class PHUIListExample extends PhabricatorUIExample {
|
||||||
/* Top Navigation */
|
/* Top Navigation */
|
||||||
|
|
||||||
$home = id(new PHUIListItemView())
|
$home = id(new PHUIListItemView())
|
||||||
->setIcon('transcript')
|
->setIcon('home')
|
||||||
->setHref('#')
|
->setHref('#')
|
||||||
->setType(PHUIListItemView::TYPE_ICON);
|
->setType(PHUIListItemView::TYPE_ICON);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue