We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148ab2b commit 76c8705Copy full SHA for 76c8705
src/applications/uiexample/examples/PHUIDocumentExample.php
@@ -103,7 +103,7 @@ public function renderExample() {
103
->addMenuItem($item1);
104
105
$home = id(new PHUIListItemView())
106
- ->setIcon('transcript')
+ ->setIcon('home')
107
->setHref('#')
108
->setType(PHUIListItemView::TYPE_ICON);
109
src/applications/uiexample/examples/PHUIListExample.php
@@ -125,7 +125,7 @@ public function renderExample() {
125
/* Top Navigation */
126
127
128
129
130
131
0 commit comments