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, Workflow,
ListTree, ListTree,
UsersRound, UsersRound,
HardDrive,
} from 'lucide-react'; } from 'lucide-react';
import { useTheme } from '@/components/providers/theme-provider'; import { useTheme } from '@/components/providers/theme-provider';
@@ -2282,6 +2283,7 @@ export default function HomeSidebar({
openSettings('storageAnalysis'); openSettings('storageAnalysis');
}} }}
> >
<HardDrive />
{t('storageAnalysis.title')} {t('storageAnalysis.title')}
</DropdownMenuItem> </DropdownMenuItem>
)} )}