From e58de8c338e8978ca563cabdcdf0abcb441948f3 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Wed, 17 Jun 2026 15:39:52 +0700 Subject: [PATCH] Use the history icon for the sidebar Sessions button --- packages/app/src/components/left-sidebar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app/src/components/left-sidebar.tsx b/packages/app/src/components/left-sidebar.tsx index 479e99280..0a2be8c29 100644 --- a/packages/app/src/components/left-sidebar.tsx +++ b/packages/app/src/components/left-sidebar.tsx @@ -1,5 +1,5 @@ import { router, usePathname } from "expo-router"; -import { Clock, FolderPlus, Home, Plus, Search, Settings, X } from "lucide-react-native"; +import { FolderPlus, History, Home, Plus, Search, Settings, X } from "lucide-react-native"; import { useTranslation } from "react-i18next"; import { type Dispatch, @@ -818,7 +818,7 @@ function MobileSidebar({ shortcutKeys={newWorkspaceKeys} />