👀 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', title: 'MonkeyType',
category: 'Typing', category: 'Software',
route: '/library/monkeytype.svg', route: '/library/monkeytype.svg',
url: 'https://monkeytype.com/' url: 'https://monkeytype.com/'
}, },

View File

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