From 4720861f40ce7750ac1187ee3c7b7b747f1f1aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Mon, 15 Dec 2025 13:17:27 +0100 Subject: [PATCH] ui: better app name and icon --- src/constants/kinds.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/constants/kinds.ts b/src/constants/kinds.ts index 3a20dcd..1d46939 100644 --- a/src/constants/kinds.ts +++ b/src/constants/kinds.ts @@ -29,7 +29,6 @@ import { Heart, Highlighter, Image, - Info, Key, List, ListChecks, @@ -1307,10 +1306,10 @@ export const EVENT_KINDS: Record = { }, 31990: { kind: 31990, - name: "Handler Info", - description: "Handler information", + name: "Application", + description: "Application Definition", nip: "89", - icon: Info, + icon: Package, }, // 32267: { // kind: 32267,