From 932ed38af765c56b5597705ff011f895c0e003e5 Mon Sep 17 00:00:00 2001 From: Angel Garcia Date: Mon, 18 Dec 2023 11:21:18 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20tCategory=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/categories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/categories.ts b/src/types/categories.ts index 2c79b97..af124de 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -16,5 +16,5 @@ export type tCategory = | 'Education' | 'Design' | 'Typing' - | 'Community'; + | 'Community' | 'Marketplace'; \ No newline at end of file