Merge pull request #1250 from palashgdev/1249-service-tab

feat: metrics is renamed to services in sidebar
This commit is contained in:
Palash 2022-06-23 16:08:19 +05:30 committed by GitHub
commit fe9a6c2448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ const menus: SidebarMenu[] = [
{ {
Icon: BarChartOutlined, Icon: BarChartOutlined,
to: ROUTES.APPLICATION, to: ROUTES.APPLICATION,
name: 'Metrics', name: 'Services',
}, },
{ {
Icon: AlignLeftOutlined, Icon: AlignLeftOutlined,