Skip to content

Commit 3892809

Browse files
committed
fix: remove card items with broken links
1 parent 1848948 commit 3892809

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const projectList = [
2-
2+
33
{
44
name: "appsmith",
55
imageSrc: "https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_white.png",
@@ -985,14 +985,6 @@ const projectList = [
985985
"MPP",
986986
],
987987
},
988-
{
989-
name: "Game of Life",
990-
imageSrc:
991-
"https://avatars0.githubusercontent.com/u/20078201?s=460&u=3e17a0f93f3c87b4dcef5671b623519229a5c4fb&v=4",
992-
projectLink: "https://github.com/TroyTae/game-of-life/contribute",
993-
description: "Conway's game of life web version!",
994-
tags: ["Javascript", "Typescript", "Good First Issue"],
995-
},
996988
{
997989
name: "Mattermost",
998990
imageSrc:
@@ -1310,11 +1302,11 @@ const projectList = [
13101302
tags: ['Rust,Browser,Servo']
13111303
},
13121304
{
1313-
name:'matplotlib',
1314-
imageSrc:'https://github.com/matplotlib/matplotlib/blob/main/doc/_static/matplotlib-icon.svg',
1315-
projectLink:'https://github.com/matplotlib/matplotlib',
1316-
description:'Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.',
1317-
tags:['python','gtk','data-science','qt','data-visualization','tk','matplotlib','plotting','hacktoberfest','wx']
1305+
name: 'matplotlib',
1306+
imageSrc: 'https://github.com/matplotlib/matplotlib/blob/main/doc/_static/matplotlib-icon.svg',
1307+
projectLink: 'https://github.com/matplotlib/matplotlib',
1308+
description: 'Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.',
1309+
tags: ['python', 'gtk', 'data-science', 'qt', 'data-visualization', 'tk', 'matplotlib', 'plotting', 'hacktoberfest', 'wx']
13181310
},
13191311
{
13201312
name: 'activist.org',

0 commit comments

Comments
 (0)