From 1f57ffc3341a14605ada71af0aad1f8980aef0e6 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 25 Oct 2022 19:10:32 +0600 Subject: [PATCH] fix validation error and updates for Hyva --- src/technologies/h.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index f1b53a026..fc6a8054b 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1567,15 +1567,19 @@ "cats": [ 19 ], - "description": "Hyvä themes is a frontend for Magento 2.", + "description": "Hyva Themes is an optimised theme for Magento 2 which eliminated the third-party libraries and having only two dependencies Alpine.js and Tailwind CSS.", "headers": { "X-Built-With": "^Hyva Themes$" }, "icon": "Hyva.svg", - "implies": "Magento\\;version:2", + "implies": [ + "Magento", + "Tailwind CSS", + "Alpine.js" + ], "pricing": [ "onetime" ], - "website": "https://hyva.io/" + "website": "https://hyva.io" } }