From 59cc10f4aa1ed2af2ad29ccaa01c9f22a9a79db3 Mon Sep 17 00:00:00 2001 From: Dorian Date: Mon, 13 Jul 2026 20:09:34 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20LND=20icon=20svg=E2=86=92png=20in=20neod?= =?UTF-8?q?e-ui=20public=20catalog=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 00a70c6 fixed app-catalog/catalog.json but the served copy in neode-ui/public/catalog.json still pointed at the nonexistent lnd.svg. Co-Authored-By: Claude Fable 5 --- neode-ui/public/catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neode-ui/public/catalog.json b/neode-ui/public/catalog.json index ae5eb198..a3c3aaa3 100644 --- a/neode-ui/public/catalog.json +++ b/neode-ui/public/catalog.json @@ -39,7 +39,7 @@ "title": "LND", "version": "0.18.4", "description": "Lightning Network implementation by Lightning Labs. Enables instant, low-cost Bitcoin payments.", - "icon": "/assets/img/app-icons/lnd.svg", + "icon": "/assets/img/app-icons/lnd.png", "author": "Lightning Labs", "category": "money", "tier": "core",