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