+
-
diff --git a/apps/backoffice/src/app/dashboard/page.tsx b/apps/backoffice/src/app/dashboard/page.tsx
index f360744..d1f76c6 100644
--- a/apps/backoffice/src/app/dashboard/page.tsx
+++ b/apps/backoffice/src/app/dashboard/page.tsx
@@ -101,7 +101,7 @@ export const Components: FC = (): ReactElement => {
diff --git a/apps/backoffice/src/app/transactions/layout.tsx b/apps/backoffice/src/app/transactions/layout.tsx
index 423168f..d68b388 100644
--- a/apps/backoffice/src/app/transactions/layout.tsx
+++ b/apps/backoffice/src/app/transactions/layout.tsx
@@ -5,9 +5,9 @@ import { BackofficeSidebar } from '@imphnen-frontend-service/ui/organisms';
export const AppLayout: FC = (): ReactElement => {
return (
-
+
-
diff --git a/libs/ui/src/organisms/backoffice-sidebar/backoffice-sidebar.tsx b/libs/ui/src/organisms/backoffice-sidebar/backoffice-sidebar.tsx
index 4824a66..b1aa794 100644
--- a/libs/ui/src/organisms/backoffice-sidebar/backoffice-sidebar.tsx
+++ b/libs/ui/src/organisms/backoffice-sidebar/backoffice-sidebar.tsx
@@ -14,7 +14,7 @@ export const BackofficeSidebar: FC = (): ReactElement => {
const isActive = (path: string) => location.pathname.includes(path);
return (
-