mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: add monkeytype logo
This commit is contained in:
+7
-1
@@ -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/'
|
||||
},
|
||||
];
|
||||
@@ -14,4 +14,5 @@ export type tCategory =
|
||||
| 'Browser'
|
||||
| 'Language'
|
||||
| 'Education'
|
||||
| 'Design';
|
||||
| 'Design'
|
||||
| 'Typing';
|
||||
|
||||
Reference in New Issue
Block a user