Use the history icon for the sidebar Sessions button

This commit is contained in:
Mohamed Boudra
2026-06-17 15:39:52 +07:00
parent 4a6503f177
commit e58de8c338

View File

@@ -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}
/>
<SidebarHeaderRow
icon={Clock}
icon={History}
label={labels.sessions}
onPress={handleViewMore}
isActive={isSessionsActive}
@@ -998,7 +998,7 @@ function DesktopSidebar({
shortcutKeys={newWorkspaceKeys}
/>
<SidebarHeaderRow
icon={Clock}
icon={History}
label={labels.sessions}
onPress={handleViewMore}
isActive={isSessionsActive}