From 4318dfe7d8302bce218f46af3b9651053364f977 Mon Sep 17 00:00:00 2001 From: Peter Pan Date: Fri, 5 May 2023 00:55:13 -0400 Subject: [PATCH] chore: fix the logo URL Signed-off-by: Peter Pan --- 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",