FEAT: Adicionado canais e integrações no painel administrativo

This commit is contained in:
Rafael Alves Lopes 2026-05-26 11:33:18 -03:00
parent f690c6d652
commit 760fca5875
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ export function HomeSidebar({ items, activeItem, isMobile = false }) {
> >
<button <button
type="button" type="button"
onClick={() => navigate('/new-attendance')} onClick={() => navigate('/home')}
style={{ style={{
border: 'none', border: 'none',
borderRadius: '20px', borderRadius: '20px',
@ -29,7 +29,7 @@ export function HomeSidebar({ items, activeItem, isMobile = false }) {
textAlign: 'left', textAlign: 'left',
}} }}
> >
Abrir atendimento Home
</button> </button>
<nav <nav

View File

@ -24,7 +24,7 @@ const navigationBySection = {
{ id: 'knowledge', label: 'Fluxo do Bot' }, { id: 'knowledge', label: 'Fluxo do Bot' },
{ id: 'ai-contents', label: 'Conteúdos da IA' }, { id: 'ai-contents', label: 'Conteúdos da IA' },
{ id: 'audit', label: 'Auditoria' }, { id: 'audit', label: 'Auditoria' },
{ id: 'channels', label: 'Canais' }, { id: 'channels', label: 'Canais e Integração' },
{ type: 'separator' }, { type: 'separator' },
{ id: 'attendance', label: 'Atendimento' }, { id: 'attendance', label: 'Atendimento' },
{ id: 'new-attendance', label: 'Abrir Atendimento' }, { id: 'new-attendance', label: 'Abrir Atendimento' },