Skip to content

Commit

Permalink
updated example to use github/primer pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashygee committed Jun 8, 2020
1 parent d0ce6e8 commit 96afa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/Avatar.mdx
Expand Up @@ -14,8 +14,8 @@ Avatars are images used to represent users and organizations on GitHub. They typ
To create a Parent + Child avatar combination, wrap Avatars in AvatarPair:
```jsx live
<AvatarPair my={4}>
<Avatar src="https://avatars.githubusercontent.com/github"/>
<Avatar src="https://avatars.githubusercontent.com/primer"/>
<Avatar src="https://avatars.githubusercontent.com/emplums"/>
</AvatarPair>
```

Expand Down

0 comments on commit 96afa6c

Please sign in to comment.