From 7b8f6322257129c9c229af4921f1d9c3ff7dd5dd Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 3 Jul 2022 18:19:16 +0600 Subject: [PATCH 1/2] Add Accessibly / accessibility --- src/technologies/a.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 2f36c0f3e..0f6546a62 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -404,10 +404,13 @@ }, "Accessibly": { "cats": [ - 76 + 68 ], "description": "Accessily is an app which is designed to assist with meeting certain requirements of WCAG 2.1 using an overlay solution.", "icon": "Accessibly.svg", + "js": { + "accessibilityWidget.name": "bound" + }, "pricing": [ "low", "recurring" From e4689680bd0ecf40e59be0acb029b29312bbc843 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 3 Jul 2022 19:13:25 +0600 Subject: [PATCH 2/2] fix desc --- src/technologies/a.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 0f6546a62..52e8f508c 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -406,7 +406,7 @@ "cats": [ 68 ], - "description": "Accessily is an app which is designed to assist with meeting certain requirements of WCAG 2.1 using an overlay solution.", + "description": "Accessibly is an app which is designed to assist with meeting certain requirements of WCAG 2.1 using an overlay solution.", "icon": "Accessibly.svg", "js": { "accessibilityWidget.name": "bound"