From 5173a37b697f9a50ee3cf9158d593438fb9874b2 Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 2 Oct 2025 23:10:42 +0200 Subject: [PATCH] feat: remove 'EVENT' text from bookmark type labels - Remove bookmark.type display next to lock/globe icons - Keep only the visual icons for private/public indication --- src/components/BookmarkItem.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/BookmarkItem.tsx b/src/components/BookmarkItem.tsx index 23ca7fe8..6e6d0532 100644 --- a/src/components/BookmarkItem.tsx +++ b/src/components/BookmarkItem.tsx @@ -25,7 +25,6 @@ export const BookmarkItem: React.FC = ({ bookmark, index }) =
- {bookmark.type} {short(bookmark.id)}