Skip to content

Commit ef85d87

Browse files
authored
fix(sample): fix WC dropdown in sample to use igc-icons (#17037)
1 parent 28ea802 commit ef85d87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)