From 510c5432168eadb96169967687fcb40ee98a4922 Mon Sep 17 00:00:00 2001 From: pheralb Date: Wed, 4 Sep 2024 11:25:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=94=20Add=20``Hardware``=20category?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/categories.ts | 1 + 1 file changed, 1 insertion(+) 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'