diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 95eb85d..893c6d0 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1049,6 +1049,12 @@ export const svgs: iSVG[] = [ route: "/library/microsoft-sharepoint.svg", url: "https://www.microsoft.com/microsoft-365/sharepoint/collaboration-software", }, + { + title: "Microsoft Teams", + category: ["Software", "Community", "Microsoft"], + route: "/library/microsoft-teams.svg", + url: "https://www.microsoft.com/microsoft-teams/group-chat-software", + }, { title: "Heroku", category: "Software", diff --git a/static/library/microsoft-teams.svg b/static/library/microsoft-teams.svg new file mode 100644 index 0000000..bd11c50 --- /dev/null +++ b/static/library/microsoft-teams.svg @@ -0,0 +1 @@ + \ No newline at end of file