Skip to content

Commit 82a9f0a

Browse files
authored
Update listOfProjects.js to update the VS Code Logo
1 parent 3ae3c11 commit 82a9f0a

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
@@ -332,7 +332,7 @@ const projectList = [
332332
{
333333
name: "Visual Studio Code",
334334
imageSrc:
335-
"https://camo.githubusercontent.com/a7f6e01cc208b478047eade76755f46cf1098c05/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f322f32642f56697375616c5f53747564696f5f436f64655f312e31385f69636f6e2e737667",
335+
"https://github.com/pratyushV-l/first-contribution-images/blob/main/visual-studio-code.png",
336336
projectLink: "https://github.com/Microsoft/vscode/contribute",
337337
description:
338338
"VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.",

0 commit comments

Comments
 (0)