From 5e35c9d43445b8aa2eeeae8e1688d7ae3a673c55 Mon Sep 17 00:00:00 2001 From: Justin Deal Date: Thu, 8 May 2025 20:31:14 -0700 Subject: [PATCH] Fix light mode selfhostedicon icon --- config/services.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.json b/config/services.json index 2995170..e92e344 100644 --- a/config/services.json +++ b/config/services.json @@ -71,7 +71,7 @@ "name": "Icons", "link": "https://icons.justin.deal", "icon": "https://icons.justin.deal/selfh-st.svg?color=ebdbb2", - "iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/slfh-st-dark.svg", + "iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/selfh-st-dark.svg", "alt": "Icons", "tags": ["icons"] },