fix(web): add storage analysis menu icon

This commit is contained in:
Junyan Qin
2026-08-14 16:46:17 +08:00
parent f94243c725
commit 5170e2e2f3
@@ -40,6 +40,7 @@ import {
Workflow,
ListTree,
UsersRound,
HardDrive,
} from 'lucide-react';
import { useTheme } from '@/components/providers/theme-provider';
@@ -2282,6 +2283,7 @@ export default function HomeSidebar({
openSettings('storageAnalysis');
}}
>
<HardDrive />
{t('storageAnalysis.title')}
</DropdownMenuItem>
)}