diff --git a/static/images/integrations/logos/bitbucket.png b/static/images/integrations/logos/bitbucket.png deleted file mode 100644 index 1155c288a0..0000000000 Binary files a/static/images/integrations/logos/bitbucket.png and /dev/null differ diff --git a/static/images/integrations/logos/bitbucket.svg b/static/images/integrations/logos/bitbucket.svg new file mode 100644 index 0000000000..b8db0d2361 --- /dev/null +++ b/static/images/integrations/logos/bitbucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/zerver/lib/integrations.py b/zerver/lib/integrations.py index 34becb788e..4980663a71 100644 --- a/zerver/lib/integrations.py +++ b/zerver/lib/integrations.py @@ -267,7 +267,7 @@ WEBHOOK_INTEGRATIONS = [ WebhookIntegration( 'bitbucket2', ['version-control'], - logo='static/images/integrations/logos/bitbucket.png', + logo='static/images/integrations/logos/bitbucket.svg', display_name='Bitbucket', stream_name='bitbucket' ),