diff --git a/src/components/BookmarkViews/CompactView.tsx b/src/components/BookmarkViews/CompactView.tsx index a84e6311..ffdc5f40 100644 --- a/src/components/BookmarkViews/CompactView.tsx +++ b/src/components/BookmarkViews/CompactView.tsx @@ -86,28 +86,26 @@ export const CompactView: React.FC = ({ {/* CTA removed */} - {/* Reading progress indicator for all bookmark types with reading data */} - {readingProgress !== undefined && readingProgress > 0 && ( -
+
-
-
- )} + /> +
) } diff --git a/src/components/BookmarkViews/LargeView.tsx b/src/components/BookmarkViews/LargeView.tsx index 4709444f..19b7ea42 100644 --- a/src/components/BookmarkViews/LargeView.tsx +++ b/src/components/BookmarkViews/LargeView.tsx @@ -122,27 +122,25 @@ export const LargeView: React.FC = ({ )} - {/* Reading progress indicator for articles - shown only if there's progress */} - {isArticle && readingProgress !== undefined && readingProgress > 0 && ( -
+
-
-
- )} + /> +