From 2c6bb1c0b9ac67641b745dc7eef329d4562bd69a Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Tue, 8 Oct 2024 17:19:01 +0530 Subject: [PATCH] Oct 8 [UPDT] Updated 'dark_mode_backend' --- dark_mode_backend/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dark_mode_backend/__manifest__.py b/dark_mode_backend/__manifest__.py index 353f26ea6..322af0948 100644 --- a/dark_mode_backend/__manifest__.py +++ b/dark_mode_backend/__manifest__.py @@ -43,8 +43,8 @@ }, }, 'images': [ - 'static/description/banner.png', - 'static/description/theme_screenshot.png', + 'static/description/banner.jpg', + 'static/description/theme_screenshot.jpg', ], 'license': 'AGPL-3', 'installable': True,