diff --git a/frontend/components/Sidebar.tsx b/frontend/components/Sidebar.tsx index a56a2ea..c663862 100644 --- a/frontend/components/Sidebar.tsx +++ b/frontend/components/Sidebar.tsx @@ -19,16 +19,16 @@ export const Sidebar: React.FC = ({ activeTab, setActiveTab }) => const menuItems = [ { id: 'dashboard', label: 'VISÃO GERAL', icon: LayoutDashboard }, - { id: 'clinicas', label: 'MINHAS CLÍNICAS', icon: Building2 }, - { id: 'leads', label: 'GESTÃO DE LEADS', icon: Megaphone }, - { id: 'pacientes', label: 'PACIENTES', icon: Users }, - { id: 'tratamentos', label: 'MEUS TRATAMENTOS', icon: ClipboardList }, - { id: 'lancar-gto', label: 'LANÇAR GTO', icon: ClipboardList }, { id: 'agenda', label: 'AGENDA', icon: CalendarIcon }, + { id: 'pacientes', label: 'PACIENTES', icon: Users }, + { id: 'lancar-gto', label: 'LANÇAR GTO', icon: ClipboardList }, { id: 'ortodontia', label: 'ORTODONTIA', icon: Activity }, { id: 'financeiro', label: 'FINANCEIRO', icon: DollarSign }, - { id: 'contratos', label: 'CONTRATOS', icon: FileText }, { id: 'relatorios', label: 'RELATÓRIOS', icon: BarChart3 }, + { id: 'contratos', label: 'CONTRATOS', icon: FileText }, + { id: 'leads', label: 'GESTÃO DE LEADS', icon: Megaphone }, + { id: 'tratamentos', label: 'MEUS TRATAMENTOS', icon: ClipboardList }, + { id: 'clinicas', label: 'MINHAS CLÍNICAS', icon: Building2 }, { id: 'dentistas', label: 'DENTISTAS', icon: Stethoscope }, { id: 'especialidades', label: 'ESPECIALIDADES', icon: Award }, { id: 'procedimentos', label: 'PROCEDIMENTOS', icon: ClipboardList }, diff --git a/frontend/constants.ts b/frontend/constants.ts index feff737..1a8cef1 100644 --- a/frontend/constants.ts +++ b/frontend/constants.ts @@ -1 +1 @@ -export const APP_VERSION = 'V1.0.5'; +export const APP_VERSION = 'V1.0.6'; diff --git a/frontend/package.json b/frontend/package.json index 7162e4a..66c708b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "node ../update-version.js && vite build", + "build": "vite build", "preview": "vite preview" }, "dependencies": {