Skip to content

Commit 0c82e56

Browse files
authored
Merge pull request #195 from adamrusted/add/simple-icons
Update Simple Icons
2 parents b15a60a + 0935149 commit 0c82e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,8 +1113,8 @@ const projectList = [
11131113
},
11141114
{
11151115
name: 'Simple Icons',
1116-
imageSrc: 'https://github.com/simple-icons/simple-icons-website/blob/master/public/images/og.png',
1117-
projectLink: 'https://github.com/simple-icons/simple-icons',
1116+
imageSrc: 'https://raw.githubusercontent.com/simple-icons/simple-icons-website/master/public/images/og.png',
1117+
projectLink: 'https://github.com/simple-icons/simple-icons/contribute',
11181118
description: 'SVG icons for popular brands',
11191119
tags: ['JavaScript', 'OpenSource', 'Beginner', 'SVG', 'NodeJS']
11201120
},

0 commit comments

Comments
 (0)