Rename pushover.png -> po.png to match the Channel.kind value

This commit is contained in:
Pēteris Caune 2018-06-08 20:04:38 +03:00
parent 9ae4235c9b
commit 0b3030311c
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -196,7 +196,7 @@
</li> </li>
{% if enable_pushover %} {% if enable_pushover %}
<li> <li>
<img src="{% static 'img/integrations/pushover.png' %}" <img src="{% static 'img/integrations/po.png' %}"
class="icon" alt="Pushover icon" /> class="icon" alt="Pushover icon" />
<h2>Pushover</h2> <h2>Pushover</h2>

View File

@ -166,7 +166,7 @@
<div class="form-group"> <div class="form-group">
<div class="col-sm-offset-2 col-sm-10"> <div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default"> <button type="submit" class="btn btn-default">
<img class="ai-icon" src="{% static 'img/integrations/pushover.png' %}" alt="Pushover" /> <img class="ai-icon" src="{% static 'img/integrations/po.png' %}" alt="Pushover" />
Subscribe with Pushover Subscribe with Pushover
</button> </button>
</div> </div>