This repository was archived by the owner on Nov 3, 2023. It is now read-only.
File tree 1 file changed +29
-29
lines changed
1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -76,35 +76,35 @@ const headers = [
76
76
} ,
77
77
] ;
78
78
79
- const rows = [
80
- {
81
- id : '1' ,
82
- name : 'Repo 1' ,
83
- createdAt : 'Date' ,
84
- updatedAt : 'Date' ,
85
- issueCount : '123' ,
86
- stars : '456' ,
87
- links : 'Links' ,
88
- } ,
89
- {
90
- id : '2' ,
91
- name : 'Repo 2' ,
92
- createdAt : 'Date' ,
93
- updatedAt : 'Date' ,
94
- issueCount : '123' ,
95
- stars : '456' ,
96
- links : 'Links' ,
97
- } ,
98
- {
99
- id : '3' ,
100
- name : 'Repo 3' ,
101
- createdAt : 'Date' ,
102
- updatedAt : 'Date' ,
103
- issueCount : '123' ,
104
- stars : '456' ,
105
- links : 'Links' ,
106
- } ,
107
- ] ;
79
+ // const rows = [
80
+ // {
81
+ // id: '1',
82
+ // name: 'Repo 1',
83
+ // createdAt: 'Date',
84
+ // updatedAt: 'Date',
85
+ // issueCount: '123',
86
+ // stars: '456',
87
+ // links: 'Links',
88
+ // },
89
+ // {
90
+ // id: '2',
91
+ // name: 'Repo 2',
92
+ // createdAt: 'Date',
93
+ // updatedAt: 'Date',
94
+ // issueCount: '123',
95
+ // stars: '456',
96
+ // links: 'Links',
97
+ // },
98
+ // {
99
+ // id: '3',
100
+ // name: 'Repo 3',
101
+ // createdAt: 'Date',
102
+ // updatedAt: 'Date',
103
+ // issueCount: '123',
104
+ // stars: '456',
105
+ // links: 'Links',
106
+ // },
107
+ // ];
108
108
109
109
const LinkList = ( { url, homepageUrl } ) => (
110
110
< ul style = { { display : 'flex' } } >
You can’t perform that action at this time.
0 commit comments