Skip to content

Commit 2f57784

Browse files
authored
Merge pull request #370 from thrila/thrilaBranch
fix: remove card items with broken links
2 parents 88d234a + f7a58e9 commit 2f57784

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 1 addition & 9 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",
@@ -1016,14 +1016,6 @@ const projectList = [
10161016
"MPP",
10171017
],
10181018
},
1019-
{
1020-
name: "Game of Life",
1021-
imageSrc:
1022-
"https://avatars0.githubusercontent.com/u/20078201?s=460&u=3e17a0f93f3c87b4dcef5671b623519229a5c4fb&v=4",
1023-
projectLink: "https://github.com/TroyTae/game-of-life/contribute",
1024-
description: "Conway's game of life web version!",
1025-
tags: ["Javascript", "Typescript", "Good First Issue"],
1026-
},
10271019
{
10281020
name: "Mattermost",
10291021
imageSrc:

0 commit comments

Comments
 (0)