Skip to content

Commit 0e95837

Browse files
authored
fix: add LinkedIn and GitHub URLs for advisory team members
1 parent 0f3687b commit 0e95837

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/team/teamData.ts

+6
Original file line numberDiff line numberDiff line change
@@ -493,26 +493,32 @@ export const currentTeamMembers: Team[] = [
493493
name: "Akash Kalshetti",
494494
role: "Advisory Member",
495495
imageUrl: "/team/2024-25/advisors/Akash.png",
496+
linkedinUrl: "https://www.linkedin.com/in/akash-kalshetti-27712b252",
496497
},
497498
{
498499
name: "Hrishikesh Mahajan",
499500
role: "Advisory Member",
500501
imageUrl: "/team/2024-25/advisors/Hrishikesh.png",
502+
linkedinUrl: "https://www.linkedin.com/in/hrishikesh-mahajan",
503+
githubUrl: "https://www.github.com/hrishikesh-mahajan",
501504
},
502505
{
503506
name: "Mayur Tingare",
504507
role: "Advisory Member",
505508
imageUrl: "/team/2024-25/advisors/Mayur.png",
509+
linkedinUrl: "https://www.linkedin.com/in/mayur-tingare-b2642122a",
506510
},
507511
{
508512
name: "Rahul Shelke",
509513
role: "Advisory Member",
510514
imageUrl: "/team/2024-25/advisors/Rahul.png",
515+
linkedinUrl: "https://www.linkedin.com/in/rahul-shelke-457841227",
511516
},
512517
{
513518
name: "Sahil Wagh",
514519
role: "Advisory Member",
515520
imageUrl: "/team/2024-25/advisors/Sahil.png",
521+
linkedinUrl: "https://www.linkedin.com/in/sahil-wagh-73b9a7240",
516522
},
517523
],
518524
},

0 commit comments

Comments
 (0)