feat: Add 'Blockchain' category to types/categories.ts

This commit is contained in:
SoftCysec 2024-06-12 00:01:33 +03:00
parent 8431156f9f
commit 7db28fc4b0

View File

@ -6,6 +6,7 @@ export type tCategory =
| 'Hosting'
| 'Framework'
| 'CMS'
| 'Blockchain'
| 'Database'
| 'Compiler'
| 'Crypto'