From d7a43a58df9c378c66346373ac2d37b72fa2dd28 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Thu, 19 Nov 2020 08:16:10 +0100 Subject: [PATCH] fix icon --- src/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugin.json b/src/plugin.json index 96d93e2..0bb2390 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -16,8 +16,8 @@ "consul" ], "logos": { - "small": "img/Consul_VerticalLogo_FullColor.svg", - "large": "img/Consul_VerticalLogo_FullColor.svg" + "small": "images/Consul_VerticalLogo_FullColor.svg", + "large": "images/Consul_VerticalLogo_FullColor.svg" }, "links": [ {"name": "GitHub", "url": "https://github.com/sbueringer/grafana-consul-datasource"},