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
+1 -1
View File
@@ -16,5 +16,5 @@ export type tCategory =
| 'Education'
| 'Design'
| 'Typing'
| 'Community';
| 'Community'
| 'Marketplace';