diff --git a/src/front/Components/LayoutTemplates/DefaultLayout.tsx b/src/front/Components/LayoutTemplates/DefaultLayout.tsx
index e85fca61..2676be82 100644
--- a/src/front/Components/LayoutTemplates/DefaultLayout.tsx
+++ b/src/front/Components/LayoutTemplates/DefaultLayout.tsx
@@ -7,7 +7,7 @@ export const DefaultLayout = ({ children }: DefaultLayoutProps) => {
<>
LECoffre
-
+ {/*
*/}
{children}
>
diff --git a/src/front/Components/Layouts/DesignSystem/index.tsx b/src/front/Components/Layouts/DesignSystem/index.tsx
index f60aee8c..000c20e0 100644
--- a/src/front/Components/Layouts/DesignSystem/index.tsx
+++ b/src/front/Components/Layouts/DesignSystem/index.tsx
@@ -17,7 +17,7 @@ import { customer2, document, documentDeposited, documentPending, folder, folder
import DocumentNotary from "@Front/Components/DesignSystem/Document/DocumentNotary";
import Select, { IOption } from "@Front/Components/DesignSystem/Select";
import UserFolder from "@Front/Components/DesignSystem/UserFolder";
-import MultiSelect from "@Front/Components/DesignSystem/Materials/MultiSelect";
+import MultiSelect from "@Front/Components/DesignSystem/MultiSelect";
import SearchBar from "@Front/Components/DesignSystem/SearchBar";
import FolderList from "@Front/Components/DesignSystem/FolderListContainer";
@@ -47,8 +47,6 @@ export default class DesignSystem extends BasePage
{
{ value: "2", label: "Succession" },
{ value: "3", label: "Vente immobilière" },
]
-
-
return (
@@ -172,7 +170,7 @@ export default class DesignSystem extends BasePage
{
Folder with no document to validate
-
+
@@ -225,7 +223,7 @@ export default class DesignSystem extends BasePage {
Notary Documents
-
+
diff --git a/src/front/Components/Layouts/Folder/index.tsx b/src/front/Components/Layouts/Folder/index.tsx
index e08b3abb..98205d35 100644
--- a/src/front/Components/Layouts/Folder/index.tsx
+++ b/src/front/Components/Layouts/Folder/index.tsx
@@ -3,7 +3,7 @@ import BasePage from "../Base";
import Typography, { ITypo, ITypoColor } from "@Front/Components/DesignSystem/Typography";
import classes from "./classes.module.scss";
import Button, { EButtonVariant } from "@Front/Components/DesignSystem/Button";
-import FolderBoxInformation from "@Front/Components/DesignSystem/Elements/FolderBoxInformation";
+import FolderBoxInformation from "@Front/Components/DesignSystem/FolderBoxInformation";
import QuantityProgressBar from "@Front/Components/DesignSystem/QuantityProgressBar";
import ClientSection from "./ClientSection";
import ChevronIcon from "@Assets/Icons/chevron.svg";
@@ -64,7 +64,6 @@ export default class Folder extends BasePage{
}
public override async componentDidMount() {
// const users = await Users.getInstance().getByUid("5rOlvAleeX");
- // console.log(users);
}
private doesFolderHaveCustomer(): boolean {
diff --git a/src/front/index.scss b/src/front/index.scss
index b94f62a6..9e45c9ca 100644
--- a/src/front/index.scss
+++ b/src/front/index.scss
@@ -17,7 +17,7 @@ body {
}
input {
- font-size: 14px;
+ font-size: 18px;
}
::placeholder {