diff --git a/src/types/categories.ts b/src/types/categories.ts index 1455718..7bd215b 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -2,6 +2,7 @@ export type tCategory = | 'All' | 'AI' | 'Software' + | 'Hardware' | 'Library' | 'Hosting' | 'Framework'