From 370bd44f6418e547f4593aebe45aafa25eaee02c Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 5 Dec 2022 14:17:01 +0900 Subject: [PATCH] Update Microsoft Clarity icon --- .../webextension/images/icons/Microsoft Clarity.svg | 9 +++++++++ src/technologies/m.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Microsoft Clarity.svg diff --git a/src/drivers/webextension/images/icons/Microsoft Clarity.svg b/src/drivers/webextension/images/icons/Microsoft Clarity.svg new file mode 100644 index 000000000..6752e1511 --- /dev/null +++ b/src/drivers/webextension/images/icons/Microsoft Clarity.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies/m.json b/src/technologies/m.json index d3d4b1db9..28b40c461 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -1606,7 +1606,7 @@ 10 ], "description": "Microsoft's Clarity is a analytics tool which provides website usage statistics, session recording, and heatmaps.", - "icon": "Microsoft.svg", + "icon": "Microsoft Clarity.svg", "js": { "clarity": "" },