هذا الالتزام موجود في:
2025-10-19 23:37:39 +03:00
الأصل f6295a9853
التزام e7f4317ef2

عرض الملف

@@ -38,7 +38,7 @@ const Header = () => {
const toggleMobileNav = () => setIsMobileNavOpen(!isMobileNavOpen);
const navLinks = [
{ name: 'Dashboard', to: '/', icon: LayoutDashboard, iconLight: LayoutDashboardLight },
{ name: 'Dashboard', to: '/dashboard', icon: LayoutDashboard, iconLight: LayoutDashboardLight },
{ name: 'Portfolio', to: '/portfolio', icon: BookOpen, iconLight: BookOpenLight },
{ name: 'Strategy', to: '/strategy', icon: CalendarDays, iconLight: CalendarDaysLight },
{ name: 'Analysis', to: '/analysis', icon: AnalysisIcon, iconLight: AnalysisIconLight },