Skip to content

Commit 4066346

Browse files
Update close button icon in ChatMK
1 parent 2910343 commit 4066346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/chatmkModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function createChatMKModal() {
118118
</div>
119119
<div class="chatmk-header-buttons">
120120
<button class="chatmk-header-btn" onclick="newChatMKConversation()" title="New conversation">↻</button>
121-
<button class="chatmk-header-btn" onclick="closeChatMKModal()" title="Close">X</button>
121+
<button class="chatmk-header-btn" onclick="closeChatMKModal()" title="Close"></button>
122122
</div>
123123
</div>
124124

0 commit comments

Comments
 (0)