From 96529ae6bca18bb215b01fd0029a9ef4ca7f9e0d Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 30 Jul 2023 19:45:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Re-add=20burger=20menu=20on=20mobil?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/admin/main-admin.layout.tsx | 13 ++++++++++++- src/components/layout/new-header/Header.tsx | 11 ++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/src/components/layout/admin/main-admin.layout.tsx b/src/components/layout/admin/main-admin.layout.tsx index 5cf7573c7..6a0767659 100644 --- a/src/components/layout/admin/main-admin.layout.tsx +++ b/src/components/layout/admin/main-admin.layout.tsx @@ -103,6 +103,8 @@ export const MainLayout = ({ children }: MainLayoutProps) => { } + component={Link} + href="/manage/preferences" /> { ); + + const burgerMenu = screenLargerThanMd ? undefined : ; + return ( <> @@ -155,7 +160,13 @@ export const MainLayout = ({ children }: MainLayoutProps) => { } - header={} + header={ + + } footer={