Skip to content

Commit e0d9f18

Browse files
docs(material/chips): change image alt
change image alts from "shiba1 image" to "Photo of a Shiba Inu"
1 parent 569f9c4 commit e0d9f18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components-examples/material/chips/chips-avatar/chips-avatar-example.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<mat-chip-list aria-label="Dog selection">
22
<mat-chip>
33
<mat-chip-avatar>
4-
<img src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="shiba1 image"/>
4+
<img src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu"/>
55
</mat-chip-avatar>
66
Dog one
77
</mat-chip>
88
<mat-chip color="primary">
99
<mat-chip-avatar>
10-
<img src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="shiba1 image"/>
10+
<img src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu"/>
1111
</mat-chip-avatar>
1212
Dog two
1313
</mat-chip>
1414
<mat-chip color="accent">
1515
<mat-chip-avatar>
16-
<img src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="shiba1 image"/>
16+
<img src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu"/>
1717
</mat-chip-avatar>
1818
Dog three
1919
</mat-chip>

0 commit comments

Comments
 (0)