Skip to content

Commit b7b6cc3

Browse files
authored
fix: changing icon from export-button.svg to download.svg
1 parent 08b31b7 commit b7b6cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/aidebugger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function AIDebuggerWidget() {
139139
};
140140

141141
this._exportButton = widgetWindow.addButton(
142-
"export-button.svg",
142+
"download.svg",
143143
ICONSIZE,
144144
_("Export chat")
145145
);

0 commit comments

Comments
 (0)