From 1cf451dc5b0e2b98cf41495653237d4747422a73 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Thu, 7 Nov 2024 19:58:15 +0530 Subject: [PATCH] Nov 07: [UPDT] Index updated 'theme_fuge' --- theme_fuge/__manifest__.py | 2 +- .../{theme_sreenshot.jpg => theme_screenshot.jpg} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename theme_fuge/static/description/{theme_sreenshot.jpg => theme_screenshot.jpg} (100%) diff --git a/theme_fuge/__manifest__.py b/theme_fuge/__manifest__.py index b11ba5c02..459733aad 100644 --- a/theme_fuge/__manifest__.py +++ b/theme_fuge/__manifest__.py @@ -61,7 +61,7 @@ }, "images": [ "static/description/banner.jpg", - "static/description/theme_sreenshot.jpg", + "static/description/theme_screenshot.jpg", ], 'license': 'LGPL-3', 'installable': True, diff --git a/theme_fuge/static/description/theme_sreenshot.jpg b/theme_fuge/static/description/theme_screenshot.jpg similarity index 100% rename from theme_fuge/static/description/theme_sreenshot.jpg rename to theme_fuge/static/description/theme_screenshot.jpg