From b6b06123db8914cae09dfa96edd92aff83823bdf Mon Sep 17 00:00:00 2001 From: Peter Pan Date: Mon, 8 May 2023 03:27:11 +0800 Subject: [PATCH] chore: fix the logo URL (#384) Signed-off-by: Peter Pan Co-authored-by: Alex Jones --- container/dashboards/k8sgpt-dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/dashboards/k8sgpt-dashboard.json b/container/dashboards/k8sgpt-dashboard.json index 17fe934656..a63a0866fa 100644 --- a/container/dashboards/k8sgpt-dashboard.json +++ b/container/dashboards/k8sgpt-dashboard.json @@ -47,7 +47,7 @@ "showLineNumbers": false, "showMiniMap": false }, - "content": "![K8sGPT Logo](https://k8sgpt.ai/images/logo-white.png)", + "content": "![K8sGPT Logo](https://k8sgpt.ai/images/logo-black.png)", "mode": "markdown" }, "pluginVersion": "9.4.7",