chore: remove created date from bookmark list display

- Remove bookmark-meta div showing creation timestamp
- Cleaner UI without redundant date information
This commit is contained in:
Gigi
2025-10-07 04:59:55 +01:00
parent 704033e6cb
commit 81ef047a31

View File

@@ -136,9 +136,6 @@ export const BookmarkList: React.FC<BookmarkListProps> = ({
</div>
</div>
)}
<div className="bookmark-meta">
<span>Created: {formatDate(bookmark.created_at)}</span>
</div>
</div>
))}
</div>