Skip to content

Commit

Permalink
docs(LabelExampleImageColored): Update example
Browse files Browse the repository at this point in the history
Replace Veronika with jenny due to image name
  • Loading branch information
isnifer committed Jan 28, 2020
1 parent 2dbab6b commit feb998a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ const LabelExampleImage = () => (
</Label>
<Label as='a' color='teal' image>
<img src='/images/avatar/small/jenny.jpg' />
Veronika
Jenny
<Label.Detail>Friend</Label.Detail>
</Label>
<Label as='a' color='yellow' image>
<img src='/images/avatar/small/christian.jpg' />
Helen
Christian
<Label.Detail>Co-worker</Label.Detail>
</Label>
</div>
Expand Down

0 comments on commit feb998a

Please sign in to comment.