From 345e109d9f518c83e4f8ec20277e7351439fc683 Mon Sep 17 00:00:00 2001 From: bannert <58707896+bannert1337@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:33:52 +0100 Subject: [PATCH] Update Graylog icon (#2434) Change Graylog icon to SVG from selfhst icons --- json/graylog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/graylog.json b/json/graylog.json index 66226f3d0..66cb9c13d 100644 --- a/json/graylog.json +++ b/json/graylog.json @@ -11,7 +11,7 @@ "interface_port": 9000, "documentation": "https://go2docs.graylog.org/current/home.htm", "website": "https://graylog.org/", - "logo": "https://graylog.org/wp-content/uploads/2023/11/gl-logo-horiz-all-white-1200w-300x96.png.webp", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/graylog.svg", "description": "Graylog is a free and open log management platform.", "install_methods": [ { @@ -40,4 +40,4 @@ "type": "info" } ] -} \ No newline at end of file +}