feat: add monkeytype logo

This commit is contained in:
ridemountainpig
2023-12-16 01:48:07 +08:00
parent 4ea36dfbb0
commit 3378603e37
3 changed files with 15 additions and 2 deletions
+7 -1
View File
@@ -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/'
},
];
+2 -1
View File
@@ -14,4 +14,5 @@ export type tCategory =
| 'Browser'
| 'Language'
| 'Education'
| 'Design';
| 'Design'
| 'Typing';