Skip to content

Commit 58bea2e

Browse files
Merge master into feature/falcon
2 parents 01801f7 + 4777441 commit 58bea2e

File tree

1 file changed

+2
-2
lines changed
  • packages/core/src/shared/db/chatDb

1 file changed

+2
-2
lines changed

packages/core/src/shared/db/chatDb/util.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ export function groupTabsByDate(tabs: Tab[]): DetailedListItemGroup[] {
193193
const getConversationActions = (historyId: string): ChatItemButton[] => [
194194
{
195195
text: 'Export',
196-
icon: 'trash' as MynahIconsType,
196+
icon: 'external' as MynahIconsType,
197197
id: historyId,
198198
},
199199
{
200200
text: 'Delete',
201-
icon: 'external' as MynahIconsType,
201+
icon: 'trash' as MynahIconsType,
202202
id: historyId,
203203
},
204204
]

0 commit comments

Comments
 (0)