Add design category

This commit is contained in:
Carlos S. Aldazosa
2023-11-17 09:22:25 -04:00
parent 10fa885725
commit ad54bbb280
11 changed files with 189 additions and 3 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ export type tCategory =
| 'Entertainment'
| 'Browser'
| 'Language'
| 'Education';
| 'Education'
| 'Design';