mirror of
https://github.com/dergigi/boris.git
synced 2026-01-19 14:54:30 +01:00
feat(ui): show bookmarked event date top-right; remove event id display
This commit is contained in:
@@ -113,9 +113,7 @@ export const BookmarkItem: React.FC<BookmarkItemProps> = ({ bookmark, index, onS
|
||||
<FontAwesomeIcon icon={faBookmark} className="bookmark-visibility public" />
|
||||
)}
|
||||
</span>
|
||||
<span className="bookmark-id">
|
||||
{short(bookmark.id)}
|
||||
</span>
|
||||
|
||||
<span className="bookmark-date">{formatDate(bookmark.created_at)}</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user