diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 7801ef5..c91a2f1 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1019,6 +1019,12 @@ export const svgs: iSVG[] = [ route: "/library/microsoft-designer.svg", url: "https://designer.microsoft.com/", }, + { + title: "Microsoft Editor", + category: ["Software", "AI", "Microsoft"], + route: "/library/microsoft-editor.svg", + url: "https://www.microsoft.com/microsoft-365/microsoft-editor", + }, { title: "Heroku", category: "Software", diff --git a/static/library/microsoft-editor.svg b/static/library/microsoft-editor.svg new file mode 100644 index 0000000..a0a8ed7 --- /dev/null +++ b/static/library/microsoft-editor.svg @@ -0,0 +1 @@ + \ No newline at end of file