From 2ad97887ac2d231ffe394e79eb1c12bfa904a4cf Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Thu, 4 May 2023 06:30:34 +0530 Subject: [PATCH] Description & SVG Icon Updated, and removed PaaS Category --- src/drivers/webextension/images/icons/blitzjs.svg | 5 ++++- src/technologies/b.json | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/drivers/webextension/images/icons/blitzjs.svg b/src/drivers/webextension/images/icons/blitzjs.svg index d336ae805..30f4ebf42 100644 --- a/src/drivers/webextension/images/icons/blitzjs.svg +++ b/src/drivers/webextension/images/icons/blitzjs.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/src/technologies/b.json b/src/technologies/b.json index a0462dd00..9dc824d14 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -943,10 +943,9 @@ }, "Blitz.js": { "cats": [ - 18, - 62 + 18 ], - "description": "Blitz picks up where Next.js leaves off, providing battle-tested libraries and conventions for shipping and scaling world wide applications.", + "description": "Blitz.js is a web development framework that uses Next.js and React and includes features for authentication, authorization, and database integration to simplify the creation of high-performance and scalable web applications.", "headers": { "X-Powered-By": "^Blitz\\.js?([0-9.]+)?\\;version:\\1" },