Add community category.

This commit is contained in:
pheralb
2023-12-17 13:37:51 +00:00
parent 74d5defaac
commit 2a66d1fe4f
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -15,4 +15,5 @@ export type tCategory =
| 'Language'
| 'Education'
| 'Design'
| 'Typing';
| 'Typing'
| 'Community';