From 117a635a1e8b459623aef7a61226006227f1378d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 25 Nov 2025 19:31:22 +0100 Subject: [PATCH] Update sidebar.tsx --- AppImage/components/sidebar.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/AppImage/components/sidebar.tsx b/AppImage/components/sidebar.tsx index 345a130..364d7e4 100644 --- a/AppImage/components/sidebar.tsx +++ b/AppImage/components/sidebar.tsx @@ -8,8 +8,8 @@ const menuItems = [ { name: "Network", href: "/network", icon: Network }, { name: "Virtual Machines", href: "/virtual-machines", icon: Server }, { name: "Hardware", href: "/hardware", icon: Cpu }, - { name: "Terminal", href: "/terminal", icon: Terminal }, { name: "System Logs", href: "/logs", icon: FileText }, + { name: "Terminal", href: "/terminal", icon: Terminal }, { name: "Settings", href: "/settings", icon: SettingsIcon }, ] @@ -83,18 +83,6 @@ const Sidebar = ({ currentPath, setOpen }) => { Hardware - - + +