diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx
index fb74190..7178ade 100644
--- a/components/dashboard/Sidebar.tsx
+++ b/components/dashboard/Sidebar.tsx
@@ -24,7 +24,6 @@ import {
ChevronUpDownIcon,
PlusIcon,
XIcon,
- ThemeToggle,
AppLauncher,
UserMenu,
type CipheraApp,
@@ -94,7 +93,7 @@ const NAV_GROUPS: NavGroup[] = [
]
const SETTINGS_ITEM: NavItem = {
- label: 'Settings', href: (id) => `/sites/${id}/settings`, icon: SettingsIcon, matchPrefix: true,
+ label: 'Site Settings', href: (id) => `/sites/${id}/settings`, icon: SettingsIcon, matchPrefix: true,
}
// Label that fades with the sidebar — always in the DOM, never removed
@@ -379,6 +378,9 @@ export default function Sidebar({
{group.items.map((item) => (