diff --git a/src/constants/kinds.ts b/src/constants/kinds.ts index 791ef06..bad2711 100644 --- a/src/constants/kinds.ts +++ b/src/constants/kinds.ts @@ -48,8 +48,10 @@ import { Presentation, Radio, Repeat, + Search, Settings, Shield, + ShieldBan, ShoppingBag, Smile, Star, @@ -757,14 +759,14 @@ export const EVENT_KINDS: Record = { name: "Blocked Relay List", description: "Blocked relays list", nip: "51", - icon: Radio, + icon: ShieldBan, }, 10007: { kind: 10007, name: "Search Relay List", description: "Search relays list", nip: "51", - icon: Radio, + icon: Search, }, 10009: { kind: 10009,