Skip to content

Commit

Permalink
fix: add LinkedIn and GitHub URLs for advisory team members
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoviit authored Jan 19, 2025
1 parent 0f3687b commit 0e95837
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/team/teamData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,26 +493,32 @@ export const currentTeamMembers: Team[] = [
name: "Akash Kalshetti",
role: "Advisory Member",
imageUrl: "/team/2024-25/advisors/Akash.png",
linkedinUrl: "https://www.linkedin.com/in/akash-kalshetti-27712b252",
},
{
name: "Hrishikesh Mahajan",
role: "Advisory Member",
imageUrl: "/team/2024-25/advisors/Hrishikesh.png",
linkedinUrl: "https://www.linkedin.com/in/hrishikesh-mahajan",
githubUrl: "https://www.github.com/hrishikesh-mahajan",
},
{
name: "Mayur Tingare",
role: "Advisory Member",
imageUrl: "/team/2024-25/advisors/Mayur.png",
linkedinUrl: "https://www.linkedin.com/in/mayur-tingare-b2642122a",
},
{
name: "Rahul Shelke",
role: "Advisory Member",
imageUrl: "/team/2024-25/advisors/Rahul.png",
linkedinUrl: "https://www.linkedin.com/in/rahul-shelke-457841227",
},
{
name: "Sahil Wagh",
role: "Advisory Member",
imageUrl: "/team/2024-25/advisors/Sahil.png",
linkedinUrl: "https://www.linkedin.com/in/sahil-wagh-73b9a7240",
},
],
},
Expand Down

0 comments on commit 0e95837

Please sign in to comment.