ui: move settings to footer icon beside theme toggle

This commit is contained in:
Dotta
2026-03-10 13:23:35 -05:00
parent ef978dd601
commit f3a9b6de21
2 changed files with 12 additions and 4 deletions
-2
View File
@@ -8,7 +8,6 @@ import {
Search,
SquarePen,
Network,
Settings,
} from "lucide-react";
import { useQuery } from "@tanstack/react-query";
import { SidebarSection } from "./SidebarSection";
@@ -99,7 +98,6 @@ export function Sidebar() {
<SidebarNavItem to="/org" label="Org" icon={Network} />
<SidebarNavItem to="/costs" label="Costs" icon={DollarSign} />
<SidebarNavItem to="/activity" label="Activity" icon={History} />
<SidebarNavItem to="/company/settings" label="Settings" icon={Settings} />
</SidebarSection>
</nav>
</aside>