diff --git a/frontend/src/layouts/dashboard/config.js b/frontend/src/layouts/dashboard/config.js
index 70a0955..4a2fdd3 100644
--- a/frontend/src/layouts/dashboard/config.js
+++ b/frontend/src/layouts/dashboard/config.js
@@ -25,7 +25,7 @@ export const items = [
)
},
{
- title: 'Chat',
+ title: 'Chat (beta)',
path: '/chat',
icon: (
@@ -33,15 +33,15 @@ export const items = [
)
},
- {
- title: 'Map',
- path: '/',
- icon: (
-
-
-
- )
- },
+ // {
+ // title: 'Map',
+ // path: '/',
+ // icon: (
+ //
+ //
+ //
+ // )
+ // },
{
title: 'Settings',
path: '/settings',