Skip to content

Commit

Permalink
Added MAISI instagram link
Browse files Browse the repository at this point in the history
  • Loading branch information
skunichetty committed Apr 10, 2024
1 parent 9057543 commit 875ce38
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions components/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ const teams: Team[] = [
href: "https://mdst.club/",
type: "website",
},
{
href: "https://www.linkedin.com/school/michigan-data-science-team/",
type: "linkedin",
},
{
href: "https://www.instagram.com/mdst_um/",
type: "instagram",
},
{
href: "https://www.linkedin.com/school/michigan-data-science-team/",
type: "linkedin",
},
],
},
{
Expand Down Expand Up @@ -69,6 +69,10 @@ const teams: Team[] = [
href: "https://discord.com/invite/VWXBn2Yhxq",
type: "discord",
},
{
href: "https://www.instagram.com/maisi_um/",
type: "instagram",
},
],
},
];
Expand Down

0 comments on commit 875ce38

Please sign in to comment.