From d45705e8e4fbc497ec21c16b6892aae090d76a3c Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 22 Oct 2025 12:05:57 +0200 Subject: [PATCH] feat: use clock icon (regular style) for chronological bookmark view --- src/components/BookmarkList.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/BookmarkList.tsx b/src/components/BookmarkList.tsx index 9ef7fe24..1f51c957 100644 --- a/src/components/BookmarkList.tsx +++ b/src/components/BookmarkList.tsx @@ -1,7 +1,8 @@ import React, { useRef, useState, useMemo } from 'react' import { useNavigate } from 'react-router-dom' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faChevronLeft, faBookmark, faList, faThLarge, faImage, faRotate, faHeart, faPlus, faLayerGroup, faBars } from '@fortawesome/free-solid-svg-icons' +import { faChevronLeft, faBookmark, faList, faThLarge, faImage, faRotate, faHeart, faPlus, faLayerGroup } from '@fortawesome/free-solid-svg-icons' +import { faClock } from '@fortawesome/free-regular-svg-icons' import { formatDistanceToNow } from 'date-fns' import { RelayPool } from 'applesauce-relay' import { Bookmark, IndividualBookmark } from '../types/bookmarks' @@ -317,7 +318,7 @@ export const BookmarkList: React.FC = ({ {activeAccount && (