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; +}