Skip to content

Commit fb0ce62

Browse files
committed
use avatar element
1 parent d766f12 commit fb0ce62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev-app/chips/chips-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h4>Input is last child of chip grid</h4>
180180
</button>
181181
}
182182
@if (peopleWithAvatar && person.avatar) {
183-
<mat-icon matChipAvatar>{{person.avatar}}</mat-icon>
183+
<mat-chip-avatar>{{person.avatar}}</mat-chip-avatar>
184184
}
185185
{{person.name}}
186186
<button matChipRemove aria-label="Remove contributor">

0 commit comments

Comments
 (0)