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,
|
||||
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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user