From e09e3db70cbae64f65c4ad2199be4309838c8352 Mon Sep 17 00:00:00 2001 From: Rick M Date: Tue, 5 Jul 2022 06:36:03 -0400 Subject: [PATCH] chore: Restore missing comma --- src/technologies/c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index a68b86361..5fe2f7641 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -756,7 +756,7 @@ 66 ], "description": "Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.", - "dom": "html[style*='chakra-ui-color-mode'], body.chakra-ui-dark, body.chakra-ui-light, div.chakra-portal" + "dom": "html[style*='chakra-ui-color-mode'], body.chakra-ui-dark, body.chakra-ui-light, div.chakra-portal", "icon": "Chakra UI.svg", "implies": "React", "oss": true,