Skip to content

Commit af2870d

Browse files
committed
#4029 sidebar
1 parent 1a029a2 commit af2870d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/frontend/src/layouts/Sidebar/Sidebar.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import QueryStatsIcon from '@mui/icons-material/QueryStats';
3737
import CurrencyExchangeIcon from '@mui/icons-material/CurrencyExchange';
3838
import ShoppingCartIcon from '@mui/icons-material/ShoppingCart';
3939
import { useState } from 'react';
40+
import { CalendarIcon } from '@mui/x-date-pickers';
4041

4142
interface SidebarProps {
4243
drawerOpen: boolean;
@@ -101,9 +102,9 @@ const Sidebar = ({ drawerOpen, setDrawerOpen, moveContent, setMoveContent }: Sid
101102
route: routes.CHANGE_REQUESTS
102103
},
103104
{
104-
name: 'Design Review',
105-
icon: <RateReviewIcon />,
106-
route: routes.CALENDAR
105+
name: 'Events',
106+
icon: <CalendarIcon />,
107+
route: routes.EVENTS
107108
}
108109
]
109110
},

0 commit comments

Comments
 (0)