⚙️ Add jobs category.

This commit is contained in:
pheralb 2023-05-16 18:03:48 +01:00
parent 54860b5f3b
commit 9904e3e57d

View File

@ -11,4 +11,5 @@ export type tCategory =
| 'Entertainment'
| 'Browser'
| 'Language'
| 'Education';
| 'Education'
| 'Jobs';