diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 51703ed..dd7ab8a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -14,6 +14,12 @@ export const svgs: iSVG[] = [ route: "/library/kimi.svg", url: "https://kimi.ai/", }, + { + title: "OneNote", + category: "Software", + route: "/library/onenote.svg", + url: "https://onenote.com", + }, { title: "Perspective", category: "Software", diff --git a/static/library/onenote.svg b/static/library/onenote.svg new file mode 100644 index 0000000..f2f1d1d --- /dev/null +++ b/static/library/onenote.svg @@ -0,0 +1 @@ + \ No newline at end of file