Skip to content

Commit fe9371a

Browse files
committed
Updated icons.googlegpt ref
1 parent 88ac8b9 commit fe9371a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/components/chatbot/icons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ window.icons = {
168168
googlegpt: {
169169
create(color = '') {
170170
const icon = dom.create.elem('img') ; icon.id = `${app.slug}-icon`
171-
icons.googleGPT.update(icon, color)
171+
icons.googlegpt.update(icon, color)
172172
return icon
173173
},
174174

0 commit comments

Comments
 (0)