diff --git a/client/src/App.tsx b/client/src/App.tsx index 0757de1..afcb845 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -27,7 +27,6 @@ import AdminNotifications from "@/pages/admin-notifications"; import AeThexOS from "@/pages/os"; import Network from "@/pages/network"; import NetworkProfile from "@/pages/network-profile"; -import { Chatbot } from "@/components/Chatbot"; function Router() { return ( @@ -66,7 +65,6 @@ function App() { - diff --git a/client/src/pages/os.tsx b/client/src/pages/os.tsx index a6e0a61..26552fd 100644 --- a/client/src/pages/os.tsx +++ b/client/src/pages/os.tsx @@ -1674,7 +1674,10 @@ function Taskbar({ windows, activeWindowId, apps, time, showStartMenu, user, isA }} data-testid={`dock-${appId}`} > -
+
{app.icon}
{isOpen && (