From 74c78bc9f4746794682174832ed8021fa9e3f3c1 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Mon, 30 Jun 2025 18:31:25 +0530 Subject: [PATCH] Jun 30: [FIX] Bug Fixed 'easy_chatgpt_access' --- easy_chatgpt_access/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_chatgpt_access/__manifest__.py b/easy_chatgpt_access/__manifest__.py index f1d80516e..4735aa09d 100644 --- a/easy_chatgpt_access/__manifest__.py +++ b/easy_chatgpt_access/__manifest__.py @@ -43,7 +43,7 @@ 'easy_chatgpt_access/static/src/js/chatgpt_dialog.js', ], }, - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,