diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8c26619..cbe4616 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1845,5 +1845,11 @@ export const svgs: iSVG[] = [ category: 'Social', route: '/library/meta.svg', url: 'https://meta.com/' - } + }, + { + title: 'MonkeyType', + category: 'Typing', + route: '/library/monkeytype.svg', + url: 'https://monkeytype.com/' + }, ]; \ No newline at end of file diff --git a/src/types/categories.ts b/src/types/categories.ts index 1c15c5a..dbc9f14 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -14,4 +14,5 @@ export type tCategory = | 'Browser' | 'Language' | 'Education' - | 'Design'; + | 'Design' + | 'Typing'; diff --git a/static/library/monkeytype.svg b/static/library/monkeytype.svg new file mode 100644 index 0000000..0467d6f --- /dev/null +++ b/static/library/monkeytype.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file