Skip to content

Commit 211fde2

Browse files
authored
Merge pull request #193 from adamrusted/add/simple-icons
Add Project: Simple Icons
2 parents cbbde09 + 907b3c3 commit 211fde2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,13 @@ const projectList = [
803803
projectLink: 'https://github.com/MakeContributions/ideahub#contribution-guidelines',
804804
description: 'A collection of ideas and projects that contain from beginner to advance :octocat: 🎯🚀',
805805
tags: ['Hub', 'ideas', 'Project List', 'Good First Issue', 'Beginner'],
806+
},
807+
{
808+
name: 'Simple Icons',
809+
imageSrc: 'https://github.com/simple-icons/simple-icons-website/blob/master/public/images/og.png',
810+
projectLink: 'https://github.com/simple-icons/simple-icons',
811+
description: 'SVG icons for popular brands',
812+
tags: ['JavaScript', 'OpenSource', 'Beginner', 'SVG', 'NodeJS']
806813
}
807814
];
808815
export default projectList;

0 commit comments

Comments
 (0)