👀 Removed useless category (typing)

This commit is contained in:
Mehdi Dara 2024-01-26 14:57:23 +03:30
parent dfe29cc43f
commit 52f73bf3a7
2 changed files with 1 additions and 2 deletions

View File

@ -1995,7 +1995,7 @@ export const svgs: iSVG[] = [
},
{
title: 'MonkeyType',
category: 'Typing',
category: 'Software',
route: '/library/monkeytype.svg',
url: 'https://monkeytype.com/'
},

View File

@ -15,7 +15,6 @@ export type tCategory =
| 'Language'
| 'Education'
| 'Design'
| 'Typing'
| 'Community'
| 'Marketplace'
| 'Fintech';