Skip to content

Commit 721ccee

Browse files
authored
Merge pull request #276 from lemostrash/patch-1
2 parents be4306d + e45b1fb commit 721ccee

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,14 @@ const projectList = [
11661166
projectLink: 'https://github.com/ppy/osu',
11671167
description: 'Osu! is a free-to-play rhythm game primarily developed by the community.',
11681168
tags: ['Video Game', 'C#' , 'Music']
1169-
}
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+
},
11701178
];
11711179
export default projectList;

0 commit comments

Comments
 (0)