From 6ed178696486f9c39fd4de00847bd411d38f9f72 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Thu, 10 Oct 2024 15:53:55 +0530 Subject: [PATCH] Oct 8 [UPDT] Updated 'theme_upshift' --- theme_upshift/__manifest__.py | 2 +- .../{theme_sreenshot.jpg => theme_screenshot.jpg} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename theme_upshift/static/description/{theme_sreenshot.jpg => theme_screenshot.jpg} (100%) diff --git a/theme_upshift/__manifest__.py b/theme_upshift/__manifest__.py index 156dcc461..184760bcb 100644 --- a/theme_upshift/__manifest__.py +++ b/theme_upshift/__manifest__.py @@ -77,7 +77,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_upshift/static/description/theme_sreenshot.jpg b/theme_upshift/static/description/theme_screenshot.jpg similarity index 100% rename from theme_upshift/static/description/theme_sreenshot.jpg rename to theme_upshift/static/description/theme_screenshot.jpg