From 53a544d71f7cd96264e83c4c3d9d5d91e3e6602a Mon Sep 17 00:00:00 2001 From: Kosuri Indu Date: Sat, 10 Aug 2024 16:58:27 +0530 Subject: [PATCH] Added Linear --- frontend/src/DB/product.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index c679c121..7260c2ed 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -20,6 +20,13 @@ "link": "https://www.hubspot.com/products/crm", "description": "With the easy-to-use HubSpot CRM, you’ll never manually update reports or wonder how your team is tracking toward quotas. Your pipeline always stays up to date, so you can spend less time managing and more time selling." }, + { + "productName": "Linear", + "category": "Project Management Tools", + "image": "https://styles.redditmedia.com/t5_3j5lm/styles/communityIcon_ic9d1ggiu2d81.png", + "link": "https://linear.app/", + "description": "Project management tool focused on creating, tracking, and managing tasks efficiently, particularly for software development teams." + }, { "productName": "Sourcegraph", "category": "Coding",