Skip to content

Commit

Permalink
test(avatar): update index.html (ionic-team#17017)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamesh6197 authored and adamdbradley committed Jan 9, 2019
1 parent 1338d71 commit f1c970a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/components/avatar/test/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@

<ion-content fullscreen padding>
<ion-avatar>
<img src="/src/components/avatar/test/avatar.svg">
<img src="/src/components/avatar/avatar.svg">
</ion-avatar>

<ion-chip>
<ion-avatar>
<img src="/src/components/avatar/test/avatar.svg">
<img src="/src/components/avatar/avatar.svg">
</ion-avatar>
<ion-label>Chip Avatar</ion-label>
</ion-chip>

<ion-item>
<ion-avatar slot="start">
<img src="/src/components/avatar/test/avatar.svg">
<img src="/src/components/avatar/avatar.svg">
</ion-avatar>
<ion-label>Item Avatar</ion-label>
</ion-item>
Expand Down

0 comments on commit f1c970a

Please sign in to comment.