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={