chore(frontend): comment map section + add beta warn at chat

This commit is contained in:
Leandro Antônio Farias Machado 2023-06-26 01:09:51 -03:00
parent dccdc9c116
commit 678d3bba10

View File

@ -25,7 +25,7 @@ export const items = [
)
},
{
title: 'Chat',
title: 'Chat (beta)',
path: '/chat',
icon: (
<SvgIcon fontSize="small">
@ -33,15 +33,15 @@ export const items = [
</SvgIcon>
)
},
{
title: 'Map',
path: '/',
icon: (
<SvgIcon fontSize="small">
<MapIcon/>
</SvgIcon>
)
},
// {
// title: 'Map',
// path: '/',
// icon: (
// <SvgIcon fontSize="small">
// <MapIcon/>
// </SvgIcon>
// )
// },
{
title: 'Settings',
path: '/settings',