From e4692864ba03f6d8ded66afbcbc6745ee2ea353d Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 19 Jul 2024 13:08:22 +0200 Subject: [PATCH] :bug: Forgot css --- src/front/Components/Elements/BackArrow/index.tsx | 4 ++-- .../Layouts/Folder/CreateFolder/classes.module.scss | 1 + src/front/Components/Layouts/Folder/CreateFolder/index.tsx | 4 +--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/front/Components/Elements/BackArrow/index.tsx b/src/front/Components/Elements/BackArrow/index.tsx index ea21f95a..8421b1b5 100644 --- a/src/front/Components/Elements/BackArrow/index.tsx +++ b/src/front/Components/Elements/BackArrow/index.tsx @@ -1,4 +1,4 @@ -import { ChevronLeftIcon } from "@heroicons/react/24/solid"; +import { ArrowLongLeftIcon } from "@heroicons/react/24/outline"; import Button, { EButtonSize, 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 ( +