diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 68c8220..49ade47 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -47,7 +47,7 @@ ], "images": [ 'static/description/banner.png', - 'static/description/screenshot.png' + 'static/description/theme_screenshot.png' ], "external_dependencies": { "python": [], diff --git a/muk_web_theme/static/description/theme.png b/muk_web_theme/static/description/theme_screenshot.png similarity index 100% rename from muk_web_theme/static/description/theme.png rename to muk_web_theme/static/description/theme_screenshot.png