diff --git a/index.html b/index.html
index 14bf9b9..668897f 100644
--- a/index.html
+++ b/index.html
@@ -4,16 +4,12 @@
-
+
Academy Aziendale
diff --git a/src/App.tsx b/src/App.tsx
index 43852b0..d657438 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -23,7 +23,7 @@ import Statistiche from "@/pages/Statistiche";
export default function App() {
return (
-
+
diff --git a/src/components/AppSidebar.tsx b/src/components/AppSidebar.tsx
index b3e06ad..fb513f0 100644
--- a/src/components/AppSidebar.tsx
+++ b/src/components/AppSidebar.tsx
@@ -7,7 +7,6 @@
import { NavLink, useNavigate } from "react-router-dom";
import { LogOut } from "lucide-react";
-import ThemeToggle from "@/components/ThemeToggle";
import { getNavItemsForRole } from "@/config/navigation";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
@@ -35,13 +34,8 @@ export default function AppSidebar({ onNavigate }: AppSidebarProps) {
return (