File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
components/ui/__stories__ Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ type Story = StoryObj<typeof meta>
14
14
15
15
export const Single : Story = {
16
16
args : {
17
- name : "dan abrahmov " ,
18
- src : "https://bit.ly/dan-abramov " ,
17
+ name : "Sam Richards " ,
18
+ src : "https://avatars.githubusercontent.com/u/8097623?v=4 " ,
19
19
href : "#" ,
20
20
} ,
21
21
render : ( args ) => (
@@ -29,8 +29,8 @@ export const Single: Story = {
29
29
30
30
export const Group : Story = {
31
31
args : {
32
- name : "Dan Abrahmov " ,
33
- src : "https://bit.ly/dan-abramov " ,
32
+ name : "Sam Richards " ,
33
+ src : "https://avatars.githubusercontent.com/u/8097623?v=4 " ,
34
34
href : "#" ,
35
35
} ,
36
36
render : ( args ) => (
@@ -49,10 +49,10 @@ export const Group: Story = {
49
49
50
50
export const WithUsername : Story = {
51
51
args : {
52
- name : "Dan Abrahmov " ,
53
- src : "http ://bit.ly/dan-abramov " ,
54
- href : "http ://bit.ly/dan-abramov " ,
55
- label : "daneabrahmov " ,
52
+ name : "Sam Richards " ,
53
+ src : "https ://avatars.githubusercontent.com/u/8097623?v=4 " ,
54
+ href : "https ://github.com/samajammin " ,
55
+ label : "samajammin " ,
56
56
} ,
57
57
render : ( args ) => (
58
58
< HStack className = "gap-4" >
Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ export const ContentLayout: StoryObj<typeof meta> = {
64
64
maxDepth : 2 ,
65
65
contributors : [
66
66
{
67
- login : "github " ,
68
- avatar_url : "/ " ,
69
- html_url : "https://github.com" ,
67
+ login : "samajammin " ,
68
+ avatar_url : "https://avatars.githubusercontent.com/u/8097623?v=4 " ,
69
+ html_url : "https://github.com/samajammin " ,
70
70
date : "2025-04-20T12:00:00.000Z" ,
71
71
} ,
72
72
{
73
- login : "crowdin " ,
74
- avatar_url : "/ " ,
75
- html_url : "https://crowdin .com" ,
73
+ login : "samajammin " ,
74
+ avatar_url : "https://avatars.githubusercontent.com/u/8097623?v=4 " ,
75
+ html_url : "https://github .com/samajammin " ,
76
76
date : "2025-04-20T12:00:00.000Z" ,
77
77
} ,
78
78
] ,
You can’t perform that action at this time.
0 commit comments