From 337ce4523fa4e24eda72252f9a927f1e5f90746c Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 24 Feb 2026 00:47:35 +0100 Subject: [PATCH] Replace triangle icons with chevron icons in profile comments --- web/components/profile-comments.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/web/components/profile-comments.tsx b/web/components/profile-comments.tsx index a4934004..5e3aa376 100644 --- a/web/components/profile-comments.tsx +++ b/web/components/profile-comments.tsx @@ -4,6 +4,7 @@ import {Editor} from '@tiptap/react' import clsx from 'clsx' import {type Comment, MAX_COMMENT_LENGTH, ReplyToUserInfo} from 'common/comment' import {buildArray} from 'common/util/array' +import {ChevronDown, ChevronUp} from 'lucide-react' import {memo, ReactNode, useEffect, useRef, useState} from 'react' import {toast} from 'react-hot-toast' import {Button, IconButton} from 'web/components/buttons/button' @@ -24,8 +25,6 @@ import {useProfileByUserId} from 'web/hooks/use-profile' import {useUser} from 'web/hooks/use-user' import {api} from 'web/lib/api' import {firebaseLogin, User} from 'web/lib/firebase/users' -import TriangleDownFillIcon from 'web/lib/icons/triangle-down-fill-icon.svg' -import TriangleFillIcon from 'web/lib/icons/triangle-fill-icon.svg' import {useT} from 'web/lib/locale' import {track} from 'web/lib/service/analytics' import {safeLocalStorage} from 'web/lib/util/local' @@ -108,8 +107,8 @@ export function ProfileProfileCommentThread(props: { }} > - - + + See {threadComments.length - 1} replies