From cf8a32c3b54f62d189bb0c3af4038cd89ec393e1 Mon Sep 17 00:00:00 2001 From: Innokentii Konstantinov Date: Thu, 16 Mar 2023 14:45:28 +0800 Subject: [PATCH] Add InboundEmail integration logo --- .../components/IntegrationLogo/IntegrationLogo.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/grafana-plugin/src/components/IntegrationLogo/IntegrationLogo.module.css b/grafana-plugin/src/components/IntegrationLogo/IntegrationLogo.module.css index 4d15a61c..04d96902 100644 --- a/grafana-plugin/src/components/IntegrationLogo/IntegrationLogo.module.css +++ b/grafana-plugin/src/components/IntegrationLogo/IntegrationLogo.module.css @@ -23,3 +23,8 @@ background: url(../../assets/img/grafana_icon.svg); background-size: 100% !important; } + +.bg_InboundEmail { + background: url(../../assets/img/inbound-email.png); + background-size: 100% !important; +}