From 1b7335f4acf5fcad8795a288b7b7ac3894c6059b Mon Sep 17 00:00:00 2001 From: archipelago Date: Mon, 22 Jun 2026 15:23:25 -0400 Subject: [PATCH] =?UTF-8?q?fix(demo):=20nostr-rs-relay=20icon=20(nostr.svg?= =?UTF-8?q?=20missing=20=E2=86=92=20nostrudel.svg)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The catalog pointed at a non-existent nostr.svg (handleImageError only falls back .png→.svg, so an .svg miss stays broken). Point it at the existing nostr icon. fedimint icon already uses fedimint.png (exists); the stale fedimint.jpg request is resolved by /api/app-catalog now serving the local catalog. Co-Authored-By: Claude Opus 4.8 (1M context) --- app-catalog/catalog.json | 2 +- neode-ui/public/catalog.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-catalog/catalog.json b/app-catalog/catalog.json index ba7c0b24..a9cdb928 100644 --- a/app-catalog/catalog.json +++ b/app-catalog/catalog.json @@ -195,7 +195,7 @@ "title": "Nostr Relay (Rust)", "version": "0.8.0", "description": "High-performance Nostr relay written in Rust. Host your own decentralized social media relay and earn networking profits.", - "icon": "/assets/img/app-icons/nostr.svg", + "icon": "/assets/img/app-icons/nostrudel.svg", "author": "Nostr RS Relay", "category": "community", "tier": "recommended", diff --git a/neode-ui/public/catalog.json b/neode-ui/public/catalog.json index ba7c0b24..a9cdb928 100644 --- a/neode-ui/public/catalog.json +++ b/neode-ui/public/catalog.json @@ -195,7 +195,7 @@ "title": "Nostr Relay (Rust)", "version": "0.8.0", "description": "High-performance Nostr relay written in Rust. Host your own decentralized social media relay and earn networking profits.", - "icon": "/assets/img/app-icons/nostr.svg", + "icon": "/assets/img/app-icons/nostrudel.svg", "author": "Nostr RS Relay", "category": "community", "tier": "recommended",