mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-18 16:30:58 +00:00
fix(web): add storage analysis menu icon
This commit is contained in:
@@ -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>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user