Skip to content

Commit 1c1abd9

Browse files
committed
Logo: replace png (wrong aspect ratio) with svg
1 parent 0aaa0d2 commit 1c1abd9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/img/checkmk_logo.png

-96.7 KB
Binary file not shown.

src/img/checkmk_logo.svg

Lines changed: 3 additions & 0 deletions
Loading

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"keywords": ["checkmk"],
1414
"logos": {
15-
"small": "img/checkmk_logo.png",
16-
"large": "img/checkmk_logo.png"
15+
"small": "img/checkmk_logo.svg",
16+
"large": "img/checkmk_logo.svg"
1717
},
1818
"links": [
1919
{ "name": "GitHub", "url": "https://github.com/tribe29/grafana-checkmk-datasource" },

0 commit comments

Comments
 (0)