integrations: Update Bitbucket logo.

Converts logo from PNG to SVG format.
This commit is contained in:
synicalsyntax 2019-02-16 16:17:09 -08:00 committed by Rishi Gupta
parent 6f8481cd33
commit 5bf89b946d
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

View File

@ -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'
),