We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c30538 commit b46bc0dCopy full SHA for b46bc0d
1 file changed
packages/react/src/Avatar/Avatar.source.tsx
@@ -2,6 +2,8 @@
2
3
import {Avatar} from '@primer/react'
4
5
+export default () => <Avatar alt="mona" src="https://avatars.githubusercontent.com/u/7143434?v=4" />
6
+
7
// const DEFAULT_AVATAR_SIZE = 20
8
9
// export default {
@@ -16,8 +18,6 @@ import {Avatar} from '@primer/react'
16
18
// sizeAtWide?: number
17
19
// } & Omit<AvatarProps, 'size'>
20
-export default () => <Avatar alt="mona" src="https://avatars.githubusercontent.com/u/7143434?v=4" />
-
21
// export const Playground: StoryFn<Args> = args => {
22
// return (
23
// <Avatar
0 commit comments