diff --git a/src/components/BookmarkViews/CardView.tsx b/src/components/BookmarkViews/CardView.tsx index ae63760b..026eeebd 100644 --- a/src/components/BookmarkViews/CardView.tsx +++ b/src/components/BookmarkViews/CardView.tsx @@ -117,6 +117,11 @@ export const CardView: React.FC = ({ onKeyDown={handleKeyDown} >
+ {/* Bookmark type icon in top-left corner */} +
+ +
+
{(cachedImage || firstUrl) && ( @@ -134,9 +139,6 @@ export const CardView: React.FC = ({ )}
- - - {getInternalRoute() ? (