From 7b86fb3d1b3c693d91ab1b77666ff5e81af1a01b Mon Sep 17 00:00:00 2001 From: shankar ambady Date: Tue, 15 Oct 2024 11:56:33 -0400 Subject: [PATCH] restoring up and down chevrons --- .../src/page-components/SearchDisplay/SearchDisplay.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontends/main/src/page-components/SearchDisplay/SearchDisplay.tsx b/frontends/main/src/page-components/SearchDisplay/SearchDisplay.tsx index f56c0fa020..c3d8b6e594 100644 --- a/frontends/main/src/page-components/SearchDisplay/SearchDisplay.tsx +++ b/frontends/main/src/page-components/SearchDisplay/SearchDisplay.tsx @@ -22,6 +22,8 @@ import { RiArrowLeftLine, RiArrowRightLine, RiEqualizerLine, + RiArrowUpSLine, + RiArrowDownSLine, } from "@remixicon/react" import { @@ -690,8 +692,6 @@ const SearchDisplay: React.FC = ({ expandAdminOptions, setExpandAdminOptions, ) => { - const titleLineIcon = expandAdminOptions ? "expand_less" : "expand_more" - return (
= ({ onClick={() => setExpandAdminOptions(!expandAdminOptions)} > Admin Options -