Skip to content

Commit

Permalink
Added Core Team Member in Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
TusharSin810 committed Oct 5, 2024
1 parent 072b48c commit 3cbe3ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Home/TeamCards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,10 @@ const cards = [
ctaText: "Github",
ctaLink: "https://github.com/SOURHEAD",
},
{
description: "Core Member",
title: "Swayam",
ctaText: "Github",
ctaLink: "https://github.com/SOURHEAD",
},
];
5 changes: 5 additions & 0 deletions src/data/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"id": 8,
"name": "Siddhant Roy",
"post": "Core Member"
},
{
"id": 9,
"name": "Swayam",
"post": "Core Member"
}
]

0 comments on commit 3cbe3ae

Please sign in to comment.