Skip to content

Commit e61c21d

Browse files
authored
Merge branch 'master' into mtsvyatkova/tile-manager-skill
2 parents 6f6b075 + ef85d87 commit e61c21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/drop-down/drop-down.sample.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
[value]="item.selected"
5151
>
5252
@if(!properties.hidePrefix) {
53-
<igx-icon slot="prefix">location_city</igx-icon>
53+
<igc-icon slot="prefix" name="location_city"></igc-icon>
5454
} {{ item.field }} @if(!properties.hideSuffix) {
55-
<igx-icon slot="suffix">location_on</igx-icon>
55+
<igc-icon slot="suffix" name="location_on"></igc-icon>
5656
}
5757
</igc-dropdown-item>
5858
} }

0 commit comments

Comments
 (0)