From 96e1f42ce99f9d97abee2555d8ceef5bcef8cf8d Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 18 Mar 2026 23:30:07 -0700 Subject: [PATCH] Update Bookmarks page header to match other feed page headers Removes sticky behavior, backdrop blur, and background from the header. Uses the same plain header style with back arrow, icon, and title as Treasures and other feed pages. --- src/pages/BookmarksPage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/BookmarksPage.tsx b/src/pages/BookmarksPage.tsx index c63c78fb..52d5fdc9 100644 --- a/src/pages/BookmarksPage.tsx +++ b/src/pages/BookmarksPage.tsx @@ -7,7 +7,7 @@ import { useAppContext } from '@/hooks/useAppContext'; import { useBookmarks } from '@/hooks/useBookmarks'; import { useCurrentUser } from '@/hooks/useCurrentUser'; import { LoginArea } from '@/components/auth/LoginArea'; -import { cn } from '@/lib/utils'; + export function BookmarksPage() { const { config } = useAppContext(); @@ -22,12 +22,12 @@ export function BookmarksPage() { return (
- {/* Sticky header */} -
- + {/* Page header */} +
+ -
+

Bookmarks