File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
webview-ui/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ const TaskActions = ({ item }: { item: HistoryItem | undefined }) => {
212212 size = "sm"
213213 title = { t ( "chat:task.export" ) }
214214 onClick = { ( ) => vscode . postMessage ( { type : "exportCurrentTask" } ) } >
215- < span className = "codicon codicon-cloud -download" />
215+ < span className = "codicon codicon-desktop -download" />
216216 </ Button >
217217 { ! ! item ?. size && item . size > 0 && (
218218 < >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const ExportButton = ({ itemId }: { itemId: string }) => {
1515 e . stopPropagation ( )
1616 vscode . postMessage ( { type : "exportTaskWithId" , text : itemId } )
1717 } } >
18- < span className = "codicon codicon-cloud -download" />
18+ < span className = "codicon codicon-desktop -download" />
1919 </ Button >
2020 )
2121}
You can’t perform that action at this time.
0 commit comments