From 678d3bba1067b8c6ec1ce62c04a08e0aeff35144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= Date: Mon, 26 Jun 2023 01:09:51 -0300 Subject: [PATCH] chore(frontend): comment map section + add beta warn at chat --- frontend/src/layouts/dashboard/config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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',