diff --git a/cope2n-fe/src/components/left-menu/index.tsx b/cope2n-fe/src/components/left-menu/index.tsx index 4f1bebd..09c5e95 100644 --- a/cope2n-fe/src/components/left-menu/index.tsx +++ b/cope2n-fe/src/components/left-menu/index.tsx @@ -45,29 +45,22 @@ function LeftMenu() { style={{ display: 'flex', flexDirection: 'column', - justifyContent: 'space-between', height: '100%', }} > +
+ Menu +
- {/*
- - Help -
*/} ); }