From 4c1d1522c1ec19cb23b316ca1256a8f0b2d001de Mon Sep 17 00:00:00 2001 From: Max S Date: Fri, 19 Jul 2024 10:51:56 +0200 Subject: [PATCH] fix back button chevron icon --- src/front/Components/Elements/BackArrow/index.tsx | 4 ++-- .../LayoutTemplates/DefaultCollaboratorDashboard/index.tsx | 4 ++-- .../LayoutTemplates/DefaultDeedTypeDashboard/index.tsx | 4 ++-- .../LayoutTemplates/DefaultDocumentTypesDashboard/index.tsx | 4 ++-- .../LayoutTemplates/DefaultNotaryDashboard/index.tsx | 4 ++-- .../LayoutTemplates/DefaultOfficeDashboard/index.tsx | 5 ++--- .../LayoutTemplates/DefaultRoleDashboard/index.tsx | 5 ++--- .../LayoutTemplates/DefaultUserDashboard/index.tsx | 4 ++-- .../Layouts/Collaborators/CollaboratorInformations/index.tsx | 4 ++-- 9 files changed, 18 insertions(+), 20 deletions(-) diff --git a/src/front/Components/Elements/BackArrow/index.tsx b/src/front/Components/Elements/BackArrow/index.tsx index a5e892ec..5091555d 100644 --- a/src/front/Components/Elements/BackArrow/index.tsx +++ b/src/front/Components/Elements/BackArrow/index.tsx @@ -1,4 +1,4 @@ -import { ChevronDownIcon } from "@heroicons/react/20/solid"; +import { ChevronLeftIcon } from "@heroicons/react/24/solid"; import Button, { EButtonStyleType, EButtonVariant } from "@Front/Components/DesignSystem/Button"; import { NextRouter, useRouter } from "next/router"; import React from "react"; @@ -21,7 +21,7 @@ class BackArrowClass extends React.Component { public override render(): JSX.Element { return (