diff --git a/src/components/MenuDrawer.tsx b/src/components/MenuDrawer.tsx index a9a4d4a3..8d652743 100644 --- a/src/components/MenuDrawer.tsx +++ b/src/components/MenuDrawer.tsx @@ -81,7 +81,13 @@ const MenuDrawer: React.FC = ({ session: ( <> {item.session}   - + ({t('COMMON.ACTIVE')}) @@ -452,35 +458,41 @@ const MenuDrawer: React.FC = ({ )} - - - + gap: '10px', + padding: isBoard + ? '16px 18px !important' + : '0px 18px !important', + color: isBoard ? '#2E1500' : theme.palette.warning.A200, + fontWeight: isBoard ? '600' : 500, + '&:hover': { + background: isBoard + ? theme.palette.primary.main + : 'transparent', + }, + marginTop: '15px', + }} + startIcon={ + badge Icon + } + onClick={() => { + router.push(`/board-enrollment`); + }} + > + {t('BOARD_ENROLMENT.BOARD_ENROLLMENT')} + + + )} {isActiveYear && (