diff --git a/frontend/src/app/admin/layout.tsx b/frontend/src/app/admin/layout.tsx index 37bde8a..7dfaab4 100644 --- a/frontend/src/app/admin/layout.tsx +++ b/frontend/src/app/admin/layout.tsx @@ -265,20 +265,22 @@ export default function AdminLayout({ {logo ? ( Logo ) : ( - - )} - {isSidebarOpen && ( -
- OCCTO - ENG. -
+ <> + + {isSidebarOpen && ( +
+ OCCTO + ENG. +
+ )} + )} diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 5aff757..27cf07a 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -64,19 +64,21 @@ export default function Footer() { {contact.logo ? ( Logo ) : ( - + <> + +
+ OCCTO + ENG. +
+ )} -
- OCCTO - ENG. -

{t('footer.description')} diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index ea56455..883cd57 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -114,19 +114,21 @@ export default function Header() { {logo ? ( Logo ) : ( - + <> + +

+ OCCTO + ENG. +
+ )} -
- OCCTO - ENG. -