diff --git a/src-tauri/src/scripts/cmd.js b/src-tauri/src/scripts/cmd.js
index 9a7f727..385b4fb 100644
--- a/src-tauri/src/scripts/cmd.js
+++ b/src-tauri/src/scripts/cmd.js
@@ -79,6 +79,10 @@ function init() {
width: 16px;
height: 16px;
}
+ .chatappico.cpok {
+ width: 16px;
+ height: 16px;
+ }
@media screen and (max-width: 767px) {
#download-png-button, #download-pdf-button, #download-html-button {
display: none;
diff --git a/src-tauri/src/scripts/export.js b/src-tauri/src/scripts/export.js
index fc96abd..5a0b727 100644
--- a/src-tauri/src/scripts/export.js
+++ b/src-tauri/src/scripts/export.js
@@ -275,7 +275,7 @@ function setIcon(type) {
pdf: ``,
md: ``,
copy: ``,
- cpok: ``
+ cpok: ``
}[type];
}