From b850db28d87ce588ce5937c27bdc175945df4e6b Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 26 Nov 2022 00:59:44 +0700 Subject: [PATCH] Update Amazon SES icon --- .../webextension/images/icons/Amazon SES.svg | 14 ++++++++++++++ src/technologies/a.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Amazon SES.svg diff --git a/src/drivers/webextension/images/icons/Amazon SES.svg b/src/drivers/webextension/images/icons/Amazon SES.svg new file mode 100644 index 000000000..3ae0673ae --- /dev/null +++ b/src/drivers/webextension/images/icons/Amazon SES.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index 24a0987d7..ea80702c1 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2533,7 +2533,7 @@ "amazonses\\.com" ] }, - "icon": "aws.svg", + "icon": "Amazon SES.svg", "implies": "Amazon Web Services", "saas": true, "website": "https://aws.amazon.com/ses/" @@ -4603,4 +4603,4 @@ "scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1", "website": "https://tarekraafat.github.io/autoComplete.js" } -} \ No newline at end of file +}