We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01801f7 + 4777441 commit 58bea2eCopy full SHA for 58bea2e
packages/core/src/shared/db/chatDb/util.ts
@@ -193,12 +193,12 @@ export function groupTabsByDate(tabs: Tab[]): DetailedListItemGroup[] {
193
const getConversationActions = (historyId: string): ChatItemButton[] => [
194
{
195
text: 'Export',
196
- icon: 'trash' as MynahIconsType,
+ icon: 'external' as MynahIconsType,
197
id: historyId,
198
},
199
200
text: 'Delete',
201
- icon: 'external' as MynahIconsType,
+ icon: 'trash' as MynahIconsType,
202
203
204
]
0 commit comments