mirror of
https://github.com/dergigi/boris.git
synced 2025-12-27 03:24:31 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user