From 36af50d22851dd094a4d361331962c83ec9ec0a2 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Mon, 23 Jan 2023 07:16:38 +0530 Subject: [PATCH] SVG Icon updated --- .../webextension/images/icons/{authy.svg => twilio_authy.svg} | 3 ++- src/technologies/t.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename src/drivers/webextension/images/icons/{authy.svg => twilio_authy.svg} (91%) diff --git a/src/drivers/webextension/images/icons/authy.svg b/src/drivers/webextension/images/icons/twilio_authy.svg similarity index 91% rename from src/drivers/webextension/images/icons/authy.svg rename to src/drivers/webextension/images/icons/twilio_authy.svg index 92635947c..cd4d6be1c 100644 --- a/src/drivers/webextension/images/icons/authy.svg +++ b/src/drivers/webextension/images/icons/twilio_authy.svg @@ -1 +1,2 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/src/technologies/t.json b/src/technologies/t.json index 559e504b5..9459ffcc0 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -3065,8 +3065,8 @@ "cats": [ 69 ], - "description": "Authy provides Two-factor authentication (2FA) adds an additional layer of protection beyond passwords.", - "icon": "authy.svg", + "description": "Twilio Authy provides Two-factor authentication (2FA) adds an additional layer of protection beyond passwords.", + "icon": "twilio_authy.svg", "js": { "Authy": "" },