Skip to content

Commit

Permalink
Merge pull request #370 from thrila/thrilaBranch
Browse files Browse the repository at this point in the history
fix: remove card items with broken links
  • Loading branch information
Roshanjossey authored Dec 7, 2024
2 parents 88d234a + f7a58e9 commit 2f57784
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const projectList = [

{
name: "appsmith",
imageSrc: "https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_white.png",
Expand Down Expand Up @@ -1016,14 +1016,6 @@ const projectList = [
"MPP",
],
},
{
name: "Game of Life",
imageSrc:
"https://avatars0.githubusercontent.com/u/20078201?s=460&u=3e17a0f93f3c87b4dcef5671b623519229a5c4fb&v=4",
projectLink: "https://github.com/TroyTae/game-of-life/contribute",
description: "Conway's game of life web version!",
tags: ["Javascript", "Typescript", "Good First Issue"],
},
{
name: "Mattermost",
imageSrc:
Expand Down

0 comments on commit 2f57784

Please sign in to comment.