Browse Source

Updated Slack logo.

pull/214/head
Pēteris Caune 6 years ago
parent
commit
249cb8b82d
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
4 changed files with 0 additions and 2 deletions
  1. BIN
      static/img/integrations/add_to_slack.png
  2. BIN
      static/img/integrations/[email protected]
  3. BIN
      static/img/integrations/slack.png
  4. +0
    -2
      templates/integrations/add_slack.html

BIN
static/img/integrations/add_to_slack.png View File

Before After
Width: 139  |  Height: 40  |  Size: 2.4 KiB Width: 141  |  Height: 42  |  Size: 5.6 KiB

BIN
static/img/integrations/[email protected] View File

Before After
Width: 278  |  Height: 80  |  Size: 5.0 KiB Width: 293  |  Height: 87  |  Size: 4.5 KiB

BIN
static/img/integrations/slack.png View File

Before After
Width: 96  |  Height: 96  |  Size: 4.3 KiB Width: 96  |  Height: 96  |  Size: 3.3 KiB

+ 0
- 2
templates/integrations/add_slack.html View File

@ -19,8 +19,6 @@
<a href="https://slack.com/oauth/authorize?scope=incoming-webhook&client_id={{ slack_client_id }}&state={{ state }}">
<img
alt="Add to Slack"
height="40"
width="139"
src="{% static 'img/integrations/add_to_slack.png' %}"
srcset="{% static 'img/integrations/add_to_slack.png' %} 1x, {% static 'img/integrations/[email protected]' %} 2x" />
</a>


Loading…
Cancel
Save