@@ -9,65 +9,65 @@ export default {
99
1010export const AlignLeft = ( ) => (
1111 < AvatarStack >
12- < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/primer " />
12+ < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/u/7143434?v=4 " />
1313 < Avatar alt = "GitHub logo" src = "https://avatars.githubusercontent.com/github" />
1414 < Avatar alt = "Atom logo" src = "https://avatars.githubusercontent.com/atom" />
15- < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/desktop " />
15+ < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/u/13171334?v=4 " />
1616 </ AvatarStack >
1717)
1818
1919export const AlignRight = ( ) => (
2020 < AvatarStack alignRight >
21- < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/primer " />
21+ < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/u/7143434?v=4 " />
2222 < Avatar alt = "GitHub logo" src = "https://avatars.githubusercontent.com/github" />
2323 < Avatar alt = "Atom logo" src = "https://avatars.githubusercontent.com/atom" />
24- < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/desktop " />
24+ < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/u/13171334?v=4 " />
2525 </ AvatarStack >
2626)
2727
2828export const DisableExpandOnHover = ( ) => (
2929 < AvatarStack disableExpand >
30- < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/primer " />
30+ < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/u/7143434?v=4 " />
3131 < Avatar alt = "GitHub logo" src = "https://avatars.githubusercontent.com/github" />
3232 < Avatar alt = "Atom logo" src = "https://avatars.githubusercontent.com/atom" />
33- < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/desktop " />
33+ < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/u/13171334?v=4 " />
3434 </ AvatarStack >
3535)
3636
3737export const CustomSizeOnParent = ( ) => (
3838 < AvatarStack size = { 32 } >
39- < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/primer " />
39+ < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/u/7143434?v=4 " />
4040 < Avatar alt = "GitHub logo" src = "https://avatars.githubusercontent.com/github" />
4141 < Avatar alt = "Atom logo" src = "https://avatars.githubusercontent.com/atom" />
42- < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/desktop " />
42+ < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/u/13171334?v=4 " />
4343 </ AvatarStack >
4444)
4545
4646export const CustomSizeOnParentResponsive = ( ) => (
4747 < AvatarStack size = { { narrow : 32 , regular : 48 , wide : 64 } } >
48- < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/primer " />
48+ < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/u/7143434?v=4 " />
4949 < Avatar alt = "GitHub logo" src = "https://avatars.githubusercontent.com/github" />
5050 < Avatar alt = "Atom logo" src = "https://avatars.githubusercontent.com/atom" />
51- < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/desktop " />
51+ < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/u/13171334?v=4 " />
5252 </ AvatarStack >
5353)
5454
5555// the smallest size of the children avatars will be used
5656export const CustomSizeOnChildren = ( ) => (
5757 < AvatarStack >
58- < Avatar size = { 20 } alt = "Primer logo" src = "https://avatars.githubusercontent.com/primer " />
58+ < Avatar size = { 20 } alt = "Primer logo" src = "https://avatars.githubusercontent.com/u/7143434?v=4 " />
5959 < Avatar size = { 32 } alt = "GitHub logo" src = "https://avatars.githubusercontent.com/github" />
6060 < Avatar size = { 48 } alt = "Atom logo" src = "https://avatars.githubusercontent.com/atom" />
61- < Avatar size = { 64 } alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/desktop " />
61+ < Avatar size = { 64 } alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/u/13171334?v=4 " />
6262 </ AvatarStack >
6363)
6464
6565export const WithSquareAvatars = ( ) => (
6666 < AvatarStack shape = "square" >
67- < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/primer " />
67+ < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/u/7143434?v=4 " />
6868 < Avatar alt = "GitHub logo" src = "https://avatars.githubusercontent.com/github" />
6969 < Avatar alt = "Atom logo" src = "https://avatars.githubusercontent.com/atom" />
70- < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/desktop " />
70+ < Avatar alt = "GitHub Desktop logo" src = "https://avatars.githubusercontent.com/u/13171334?v=4 " />
7171 </ AvatarStack >
7272)
7373
@@ -77,7 +77,7 @@ export const CustomSizeOnChildrenResponsive = () => (
7777 < Avatar
7878 size = { { narrow : 16 , regular : 32 , wide : 48 } }
7979 alt = "Primer logo"
80- src = "https://avatars.githubusercontent.com/primer "
80+ src = "https://avatars.githubusercontent.com/u/7143434?v=4 "
8181 />
8282 < Avatar
8383 size = { { narrow : 32 , regular : 48 , wide : 64 } }
@@ -92,13 +92,13 @@ export const CustomSizeOnChildrenResponsive = () => (
9292 < Avatar
9393 size = { { narrow : 64 , regular : 96 , wide : 120 } }
9494 alt = "GitHub Desktop logo"
95- src = "https://avatars.githubusercontent.com/desktop "
95+ src = "https://avatars.githubusercontent.com/u/13171334?v=4 "
9696 />
9797 </ AvatarStack >
9898)
9999
100100export const WithSingleAvatar = ( ) => (
101101 < AvatarStack >
102- < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/primer " />
102+ < Avatar alt = "Primer logo" src = "https://avatars.githubusercontent.com/u/7143434?v=4 " />
103103 </ AvatarStack >
104104)
0 commit comments