From 4e62aaddbbdd7a7642e7a56e14eb74a382fba42f Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 13 Sep 2022 22:24:34 +0100 Subject: [PATCH] Recategorise USWDS from Web frameworks to UI frameworks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Right now USWDS is displayed amongst [Web frameworks](https://www.wappalyzer.com/technologies/web-frameworks). It’s a design system, with no server-side code, and even client-side it doesn’t help structure applications – it’s just an assortment of components. So I think it would be better to see it amongst [UI frameworks](https://www.wappalyzer.com/technologies/ui-frameworks), like Bootstrap, or other design systems. --- src/technologies/u.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/u.json b/src/technologies/u.json index 600911977..6b885a5ba 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -103,7 +103,7 @@ }, "USWDS": { "cats": [ - 18 + 66 ], "description": "USWDS is a design system for the federal government.", "icon": "USWDS.svg", @@ -820,4 +820,4 @@ "website": "https://github.com/utterance/utterances", "xhr": "\\.utteranc\\.es" } -} \ No newline at end of file +}