mirror of https://github.com/zulip/zulip.git
integrations: Update Bitbucket logo.
Converts logo from PNG to SVG format.
This commit is contained in:
parent
6f8481cd33
commit
5bf89b946d
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 795 B |
|
@ -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'
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue