Skip to content

Commit

Permalink
revert(test): update avatar index.html
Browse files Browse the repository at this point in the history
This reverts commit f1c970a.
  • Loading branch information
abennouna authored and adamdbradley committed Jan 16, 2019
1 parent 6929bb8 commit 9e80b73
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/avatar.svg">
<img src="/src/components/avatar/test/avatar.svg">
</ion-avatar>

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

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

0 comments on commit 9e80b73

Please sign in to comment.