diff --git a/apps/desktop/src/components/Navigation.tsx b/apps/desktop/src/components/Navigation.tsx index 3a83a85..9c2e720 100644 --- a/apps/desktop/src/components/Navigation.tsx +++ b/apps/desktop/src/components/Navigation.tsx @@ -14,6 +14,7 @@ import { RectangleStackIcon, ChartBarIcon, } from '@heroicons/react/24/outline'; +import logoImage from '../assets/logo.png'; // 导航项类型定义 interface NavItem { @@ -152,7 +153,7 @@ const Navigation: React.FC = () => {