diff --git a/interface/src/components/layout/LayoutDrawer.tsx b/interface/src/components/layout/LayoutDrawer.tsx index 1dbde9305..60b8649a6 100644 --- a/interface/src/components/layout/LayoutDrawer.tsx +++ b/interface/src/components/layout/LayoutDrawer.tsx @@ -6,12 +6,8 @@ import type { FC } from 'react'; import { PROJECT_NAME } from 'api/env'; const LayoutDrawerLogo = styled('img')(({ theme }) => ({ - [theme.breakpoints.down('sm')]: { - height: 24, - marginRight: theme.spacing(2) - }, [theme.breakpoints.up('sm')]: { - height: 36, + height: 38, marginRight: theme.spacing(2) } })); @@ -27,9 +23,7 @@ const LayoutDrawer: FC = ({ mobileOpen, onClose }) => { - - {PROJECT_NAME} - + {PROJECT_NAME}