From 8780ba5dd1ddd37a06531223ebf5a67a488dfada Mon Sep 17 00:00:00 2001 From: Risvana Cybro Date: Fri, 10 Oct 2025 11:31:04 +0530 Subject: [PATCH] Oct 10: [UPDT] Updated banner --- undo_redo/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undo_redo/__manifest__.py b/undo_redo/__manifest__.py index c79851cac..f3c793398 100644 --- a/undo_redo/__manifest__.py +++ b/undo_redo/__manifest__.py @@ -44,7 +44,7 @@ }, 'post_init_hook': 'post_init_hook', 'uninstall_hook': 'uninstall_hook', - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,