Skip to content

Commit

Permalink
Update chatbot_widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tyson-swetnam authored Nov 13, 2024
1 parent 22bfb38 commit 15c28c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chatbot_widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ document.addEventListener('DOMContentLoaded', function () {
chatContainer.id = 'chat-container';
chatContainer.innerHTML = `
<div id="chat-header">
<span>FOSS Chatbot</span>
<span>CyVerse Learning Chatbot</span>
<button id="chat-close">X</button>
</div>
<div id="chat-body">
Expand Down

0 comments on commit 15c28c4

Please sign in to comment.