Skip to content

Commit cf48f5c

Browse files
committed
Updated Numpy's Image in Projects
1 parent 3ae3c11 commit cf48f5c

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
@@ -173,7 +173,7 @@ const projectList = [
173173
{
174174
name: "Numpy",
175175
imageSrc:
176-
"https://camo.githubusercontent.com/b310fd3c9c5f7da5de0911b77d201408b76b8a58/68747470733a2f2f696d616765732e706c6f742e6c792f706c6f746c792d646f63756d656e746174696f6e2f7468756d626e61696c2f6e756d70792d6c6f676f2e6a7067",
176+
"https://numpy.org/images/logo.svg",
177177
projectLink: "https://github.com/numpy/numpy/contribute",
178178
description: "Scientific computing with Python!",
179179
tags: ["Python", "Math", "Module", "Docs"],

0 commit comments

Comments
 (0)