diff --git a/src/technologies/c.json b/src/technologies/c.json index 5898169a3..a68b86361 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -756,12 +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,