From 38d48af4202aa74ef01d39b6ce0597cc5b40b89d Mon Sep 17 00:00:00 2001 From: Ajita369 <162597493+Ajita369@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:44:18 +0530 Subject: [PATCH] Added devhints --- 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 7bd75b6d..38a141b9 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -6383,5 +6383,12 @@ "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRUzZsK3SAa78Wrg7eq8xB0WEmpvw_3GerIpQ&s", "link": "https://docs.digitalocean.com/products/marketplace/catalog/restyaboard/", "description": "Create interactive, real-time animations for apps and websites." + }, + { + "productName": "Devhints", + "category": "tools", + "image": "https://shorturl.at/Nyb6c", + "link": "https://devhints.io/", + "description": "A collection of quick reference cheat sheets for a variety of programming languages and tools." } ]