We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be4306d + e45b1fb commit 721cceeCopy full SHA for 721ccee
src/components/ProjectList/listOfProjects.js
@@ -1166,6 +1166,14 @@ const projectList = [
1166
projectLink: 'https://github.com/ppy/osu',
1167
description: 'Osu! is a free-to-play rhythm game primarily developed by the community.',
1168
tags: ['Video Game', 'C#' , 'Music']
1169
- }
+ },
1170
+ {
1171
+ name: 'aprenda-go-com-testes',
1172
+ imageSrc: 'https://github.com/larien/aprenda-go-com-testes/blob/main/.gitbook/assets/red-green-blue-gophers-smaller.png',
1173
+ githubLink:
1174
+ 'https://github.com/larien/aprenda-go-com-testes',
1175
+ description: 'learn easily and quickly',
1176
+ tags: ['go']
1177
1178
];
1179
export default projectList;
0 commit comments