Merge pull request #140 from jvngarcia/139-tCategory-error

🐛 Fix tCategory error
This commit is contained in:
Pablo Hdez 2023-12-18 17:01:11 +00:00 committed by GitHub
commit 495be3de09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,5 @@ export type tCategory =
| 'Education'
| 'Design'
| 'Typing'
| 'Community';
| 'Community'
| 'Marketplace';