From 6c91d4cd4208dcc604e79d20c78fe31b54c510ae Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Sun, 11 Jan 2026 22:23:31 -0800 Subject: [PATCH] refactor: Make Aspirant the official theme - remove toggle, lock to aspirant --- frontend/src/components/Layout.tsx | 3 +-- frontend/src/context/ThemeContext.tsx | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index b62e60e..2ecc256 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -14,7 +14,7 @@ import { Breadcrumbs } from './ui/Breadcrumbs'; import { pageVariants } from '../lib/animations'; import { Search, Bell, Settings, Filter, ChevronDown } from 'lucide-react'; import ThemeToggle from './ThemeToggle'; -import DesignSwitch from './DesignSwitch'; + import { UserMenu } from './layout/UserMenu'; import { NotificationBell } from './notifications/NotificationBell'; @@ -95,7 +95,6 @@ export default function Layout() { -