1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
Chad Little 2013-06-05 20:50:03 -07:00
parent 148ab2b772
commit 76c8705a27
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ final class PHUIDocumentExample extends PhabricatorUIExample {
->addMenuItem($item1);
$home = id(new PHUIListItemView())
->setIcon('transcript')
->setIcon('home')
->setHref('#')
->setType(PHUIListItemView::TYPE_ICON);

View file

@ -125,7 +125,7 @@ final class PHUIListExample extends PhabricatorUIExample {
/* Top Navigation */
$home = id(new PHUIListItemView())
->setIcon('transcript')
->setIcon('home')
->setHref('#')
->setType(PHUIListItemView::TYPE_ICON);