diff --git a/frontend/src/components/layout/LeftSidebar.tsx b/frontend/src/components/layout/LeftSidebar.tsx
index ead1d9d..e400f53 100644
--- a/frontend/src/components/layout/LeftSidebar.tsx
+++ b/frontend/src/components/layout/LeftSidebar.tsx
@@ -6,11 +6,11 @@ import {
Image,
Star,
Trash2,
- MoreHorizontal,
HardDrive,
RefreshCw,
Copy,
Tag as TagIcon,
+ Layers2,
} from 'lucide-react'
import clsx from 'clsx'
import { sourceFolders, library, photos as photosApi, type FolderTreeNode } from '../../services/api'
@@ -211,8 +211,8 @@ export function LeftSidebar() {
const libraryTree: TreeItem[] = [
{
id: 'library',
- label: 'Library',
- icon: