From 65fe33a27daa2493b0b98c448735b1cc2cc869b4 Mon Sep 17 00:00:00 2001 From: Dharshi Balasubramaniyam <139672976+DharshiBalasubramaniyam@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:24:31 +0530 Subject: [PATCH 1/3] Update product.json --- 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 edbdad38..5bab9385 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -3312,6 +3312,13 @@ "link": "https://bit.ly/45F3IVF", "description": "UI Design Daily to be able to share these designs with anybody who is interested in using them." }, + { + "productName": "Dribbble", + "category": "UI_design", + "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ-zdLpQ1XogOHnpR9MuW1MD9oXYxuPS5FCgQ&s", + "link": "https://dribbble.com/", + "description": "A community of designers sharing their work. Great for finding inspiration and following current design trends." + }, { "productName": "Previewed Mockups", "category": "UI_design", From aea82e09d91d20e70037a5e29ef83f6950d48939 Mon Sep 17 00:00:00 2001 From: Dharshi Balasubramaniyam <139672976+DharshiBalasubramaniyam@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:07:34 +0530 Subject: [PATCH 2/3] tried to resolve the deployment error --- frontend/src/DB/product.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 5bab9385..c64bc28a 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -11,8 +11,7 @@ "category": "Useful Tools", "image": "https://docs.devzero.io/~gitbook/image?url=https%3A%2F%2F3351508441-files.gitbook.io%2F~%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F5T3roFeO7ghjcNFibTDV%252Ficon%252FzuOg8WYAjLZU7fLYsPtR%252Fdevzerohq_logo.jpeg%3Falt%3Dmedia%26token%3D6552448a-b05a-4d97-9e2c-dbf823736a4e&width=32&dpr=1&quality=100&sign=9a2fcec3&sv=1", "link": "https://devzero.io/", - "description": "Providing developers with customizable yet standardized workspaces so they can code and iterate in a collaborative, production-symmetric environment." -}, + "description": "Providing developers with customizable yet standardized workspaces so they can code and iterate in a collaborative, production-symmetric environment."}, { "productName": "Invision", "category": "tools", From 6c62f9b648140d5bd2a96fe830ab0e90b1d9ce39 Mon Sep 17 00:00:00 2001 From: Dharshi Balasubramaniyam <139672976+DharshiBalasubramaniyam@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:07:56 +0530 Subject: [PATCH 3/3] Update product.json