From 01581332e2c983b0d77d482c23df9d75af32fd6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Thu, 11 Dec 2025 13:19:53 +0100 Subject: [PATCH] feat: add Web Bookmarks (kind 39701) to KINDS viewer --- src/components/KindsViewer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/KindsViewer.tsx b/src/components/KindsViewer.tsx index 4d24dc6..529f781 100644 --- a/src/components/KindsViewer.tsx +++ b/src/components/KindsViewer.tsx @@ -17,6 +17,7 @@ const SUPPORTED_KINDS = [ 9802, // Highlight 10002, // Relay List Metadata (NIP-65) 30023, // Long-form Article + 39701, // Web Bookmarks (NIP-B0) ]; /**