From 6ac10679a4bc37e85cd3f8a3acc05ee23b28bb75 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Thu, 22 Jun 2023 19:35:00 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(DisclosureComponent):=20re?= =?UTF-8?q?place=20ChevronRightIcon=20with=20ChevronRight=20from=20lucide-?= =?UTF-8?q?react=20to=20improve=20consistency=20with=20other=20icons=20?= =?UTF-8?q?=F0=9F=8E=A8=20style(extraSidebarComponent):=20remove=20unused?= =?UTF-8?q?=20import=20of=20MagnifyingGlassIcon=20from=20heroicons-react/o?= =?UTF-8?q?utline=20to=20improve=20code=20readability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/FlowPage/components/DisclosureComponent/index.tsx | 3 ++- .../pages/FlowPage/components/extraSidebarComponent/index.tsx | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/pages/FlowPage/components/DisclosureComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/DisclosureComponent/index.tsx index 7f25d1fe1..3582a416b 100644 --- a/src/frontend/src/pages/FlowPage/components/DisclosureComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/DisclosureComponent/index.tsx @@ -1,6 +1,7 @@ import { ChevronRightIcon } from "@heroicons/react/24/solid"; import { Disclosure } from "@headlessui/react"; import { DisclosureComponentType } from "../../../../types/components"; +import { ChevronRight } from "lucide-react"; export default function DisclosureComponent({ button: { title, Icon, buttons = [] }, @@ -26,7 +27,7 @@ export default function DisclosureComponent({ ))}
-