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.
1 parent 60775ab commit 4f873c0Copy full SHA for 4f873c0
assets/js/components/chatbot/icons.js
@@ -27,7 +27,7 @@ window.icons = {
27
amazongpt: {
28
create(color = '') {
29
const icon = dom.create.elem('img') ; icon.id = `${app.slug}-icon`
30
- icons.amazongpt.update(icon, color)
+ icons.app.amazongpt.update(icon, color)
31
return icon
32
},
33
@@ -64,7 +64,7 @@ window.icons = {
64
googlegpt: {
65
66
67
- icons.googlegpt.update(icon, color)
+ icons.app.googlegpt.update(icon, color)
68
69
70
0 commit comments