diff --git a/README.md b/README.md
index 38466ffef..93197499b 100644
--- a/README.md
+++ b/README.md
@@ -75,10 +75,6 @@ To continuously improve our services, we have implemented telemetry that collect
Join our Evolution Pro community for expert support and a weekly call to answer questions. Visit the link below to learn more and subscribe:
[Click here to learn more](https://evolution-api.com/suporte-pro)
-
-
-
-
# Donate to the project.
diff --git a/public/images/cover (1).png:Zone.Identifier b/public/images/cover (1).png:Zone.Identifier
new file mode 100644
index 000000000..ac5aebda9
--- /dev/null
+++ b/public/images/cover (1).png:Zone.Identifier
@@ -0,0 +1,3 @@
+[ZoneTransfer]
+ZoneId=3
+HostUrl=https://www.photopea.com/
diff --git a/public/images/cover.png b/public/images/cover.png
index f3d48bc8a..57a1994f3 100644
Binary files a/public/images/cover.png and b/public/images/cover.png differ
diff --git a/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts b/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts
index 4df0904f5..503a5cc90 100644
--- a/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts
+++ b/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts
@@ -401,7 +401,6 @@ export class ChatwootService {
return true;
} catch (error) {
- this.logger.error(error);
return false;
}
}