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:
Gigi
2025-10-03 01:47:20 +02:00
parent d2cf27db42
commit 0c2f528a23
2 changed files with 0 additions and 2 deletions

View File

@@ -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>
)}