Skip to content

Commit 4f873c0

Browse files
committed
Updated function refs
1 parent 60775ab commit 4f873c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/components/chatbot/icons.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ window.icons = {
2727
amazongpt: {
2828
create(color = '') {
2929
const icon = dom.create.elem('img') ; icon.id = `${app.slug}-icon`
30-
icons.amazongpt.update(icon, color)
30+
icons.app.amazongpt.update(icon, color)
3131
return icon
3232
},
3333

@@ -64,7 +64,7 @@ window.icons = {
6464
googlegpt: {
6565
create(color = '') {
6666
const icon = dom.create.elem('img') ; icon.id = `${app.slug}-icon`
67-
icons.googlegpt.update(icon, color)
67+
icons.app.googlegpt.update(icon, color)
6868
return icon
6969
},
7070

0 commit comments

Comments
 (0)