From 577a9c2f96a2169f378fdbe6bc0b12d6ef13ec2d Mon Sep 17 00:00:00 2001 From: Sahil Chalke <109215419+Sahilll15@users.noreply.github.com> Date: Sat, 26 Aug 2023 18:44:29 +0530 Subject: [PATCH] chore: added tailwind CSS to filters (#2093) --- utils/techStack.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/techStack.ts b/utils/techStack.ts index a18ed4266..8c23d9d26 100644 --- a/utils/techStack.ts +++ b/utils/techStack.ts @@ -7,7 +7,8 @@ const techStack = [ "mongodb", "typescript", "expressjs", - "firebase" + "firebase", + "tailwindcss" ]; export default techStack;