Skip to content

Commit b46bc0d

Browse files
committed
fix
1 parent 9c30538 commit b46bc0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react/src/Avatar/Avatar.source.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import {Avatar} from '@primer/react'
44

5+
export default () => <Avatar alt="mona" src="https://avatars.githubusercontent.com/u/7143434?v=4" />
6+
57
// const DEFAULT_AVATAR_SIZE = 20
68

79
// export default {
@@ -16,8 +18,6 @@ import {Avatar} from '@primer/react'
1618
// sizeAtWide?: number
1719
// } & Omit<AvatarProps, 'size'>
1820

19-
export default () => <Avatar alt="mona" src="https://avatars.githubusercontent.com/u/7143434?v=4" />
20-
2121
// export const Playground: StoryFn<Args> = args => {
2222
// return (
2323
// <Avatar

0 commit comments

Comments
 (0)