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
|
<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
|
||||||
|
|||||||
@ -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' },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user