mirror of
https://github.com/dergigi/boris.git
synced 2026-01-06 16:34:45 +01:00
refactor(ui): remove 'Your Bookmarks' heading
- Remove the 'Your Bookmarks (count)' heading from the sidebar - Keep only the user info and action buttons for a cleaner interface
This commit is contained in:
@@ -43,7 +43,6 @@ export const BookmarkList: React.FC<BookmarkListProps> = ({
|
||||
<div className="bookmarks-container">
|
||||
<div className="bookmarks-header">
|
||||
<div>
|
||||
<h2>Your Bookmarks ({bookmarks.length})</h2>
|
||||
{activeAccount && (
|
||||
<p className="user-info">Logged in as: {formatUserDisplay()}</p>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user