Skip to content

Commit cbbde09

Browse files
authored
Merge pull request #181 from ming-tsai/feature/ideahub
chore: add ideahub
2 parents c549cae + 916974c commit cbbde09

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,13 @@ const projectList = [
796796
projectLink: 'https://github.com/facebook/jest/contribute',
797797
description: 'Delightful JavaScript Testing',
798798
tags: ['OpenSource', 'Facebook', 'Testing', 'Immersive', 'JavaScript', 'TypeScript'],
799+
},
800+
{
801+
name: 'Idea Hub',
802+
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',
803+
projectLink: 'https://github.com/MakeContributions/ideahub#contribution-guidelines',
804+
description: 'A collection of ideas and projects that contain from beginner to advance :octocat: 🎯🚀',
805+
tags: ['Hub', 'ideas', 'Project List', 'Good First Issue', 'Beginner'],
799806
}
800807
];
801-
export default projectList;
808+
export default projectList;

0 commit comments

Comments
 (0)