Skip to content

Commit 2d703e2

Browse files
committed
Added 3 more projects to projects list
1 parent 0a8cb2d commit 2d703e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ const projectList = [
11701170
imageSrc: 'https://github.com/yarnpkg/assets/raw/master/yarn-kitten-full.png?raw=true',
11711171
projectLink: 'https://github.com/yarnpkg/yarn',
11721172
description: 'Yarn is a JavaScript package manager created by Facebook that doubles as a project manager.',
1173-
tags: ['JavaScript', 'Package-Manager', 'Node', 'NPM',]
1173+
tags: ['JavaScript', 'Package-Manager', 'NodeJS', 'NPM',]
11741174
}
11751175
];
11761176
export default projectList;

0 commit comments

Comments
 (0)