FEAT: Adicionado canais e integrações no painel administrativo
This commit is contained in:
parent
f690c6d652
commit
760fca5875
@ -18,7 +18,7 @@ export function HomeSidebar({ items, activeItem, isMobile = false }) {
|
||||
>
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => navigate('/new-attendance')}
|
||||
onClick={() => navigate('/home')}
|
||||
style={{
|
||||
border: 'none',
|
||||
borderRadius: '20px',
|
||||
@ -29,7 +29,7 @@ export function HomeSidebar({ items, activeItem, isMobile = false }) {
|
||||
textAlign: 'left',
|
||||
}}
|
||||
>
|
||||
Abrir atendimento
|
||||
Home
|
||||
</button>
|
||||
|
||||
<nav
|
||||
|
||||
@ -24,7 +24,7 @@ const navigationBySection = {
|
||||
{ id: 'knowledge', label: 'Fluxo do Bot' },
|
||||
{ id: 'ai-contents', label: 'Conteúdos da IA' },
|
||||
{ id: 'audit', label: 'Auditoria' },
|
||||
{ id: 'channels', label: 'Canais' },
|
||||
{ id: 'channels', label: 'Canais e Integração' },
|
||||
{ type: 'separator' },
|
||||
{ id: 'attendance', label: 'Atendimento' },
|
||||
{ id: 'new-attendance', label: 'Abrir Atendimento' },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user