We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2910343 commit 4066346Copy full SHA for 4066346
1 file changed
assets/js/chatmkModal.js
@@ -118,7 +118,7 @@ function createChatMKModal() {
118
</div>
119
<div class="chatmk-header-buttons">
120
<button class="chatmk-header-btn" onclick="newChatMKConversation()" title="New conversation">↻</button>
121
- <button class="chatmk-header-btn" onclick="closeChatMKModal()" title="Close">X</button>
+ <button class="chatmk-header-btn" onclick="closeChatMKModal()" title="Close">✕</button>
122
123
124
0 commit comments