diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx
index 03bf410..b25380b 100644
--- a/src/components/Sidebar/index.tsx
+++ b/src/components/Sidebar/index.tsx
@@ -12,7 +12,7 @@ import {
SidebarRail
} from '../ui/sidebar';
import "./style.css"
-import { Compass, Heart, RefreshCw, Settings, Waves } from 'lucide-solid';
+import { Compass, Heart, RefreshCw, Settings, Download } from 'lucide-solid';
import { useCategoriesStore } from '@/features/categories/store';
import { getIconComponent } from '@/lib/icon';
@@ -30,7 +30,7 @@ const menuItems = [
{
title: '下载列表',
url: '/',
- icon: () =>
+ icon: () =>
}
];