Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 0c53b54

Browse files
committed
feat(tutorial): complete step 3
1 parent 4fff207 commit 0c53b54

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

src/content/RepoPage/RepoPage.js

+29-29
Original file line numberDiff line numberDiff line change
@@ -76,35 +76,35 @@ const headers = [
7676
},
7777
];
7878

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+
// ];
108108

109109
const LinkList = ({ url, homepageUrl }) => (
110110
<ul style={{ display: 'flex' }}>

0 commit comments

Comments
 (0)