diff --git a/whatsapp_redirect/__manifest__.py b/whatsapp_redirect/__manifest__.py index 32e8a5f84..051321ef7 100644 --- a/whatsapp_redirect/__manifest__.py +++ b/whatsapp_redirect/__manifest__.py @@ -38,7 +38,7 @@ 'views/view.xml', 'wizard/wizard.xml', ], - 'images': ['static/description/banner.gif'], + 'images': ['static/description/banner.png'], 'installable': True, 'application': False, 'auto_install': False, diff --git a/whatsapp_redirect/static/description/banner.gif b/whatsapp_redirect/static/description/banner.gif deleted file mode 100644 index 5e18491d9..000000000 Binary files a/whatsapp_redirect/static/description/banner.gif and /dev/null differ diff --git a/whatsapp_redirect/static/description/banner.png b/whatsapp_redirect/static/description/banner.png new file mode 100644 index 000000000..6d11dfe59 Binary files /dev/null and b/whatsapp_redirect/static/description/banner.png differ