Skip to content

Commit 3757ae0

Browse files
Update to new PyPy logo
1 parent 802b1ee commit 3757ae0

3 files changed

Lines changed: 221 additions & 1 deletion

File tree

codespeed/static/images/logo.png

-13.3 KB
Binary file not shown.

codespeed/static/images/logo.svg

Lines changed: 220 additions & 0 deletions
Loading

codespeed/templates/codespeed/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% block page_header %}
1717
<a href="{% url 'home' %}">
1818
{% block logo %}
19-
<img src="{% static 'images/logo.png' %}" height="48" alt="logo"/>
19+
<img src="{% static 'images/logo.svg' %}" height="48" alt="logo"/>
2020
{% endblock logo %}
2121
</a>
2222
<h2>{% block page_title %}SPEED CENTER{% endblock page_title %}</h2>

0 commit comments

Comments
 (0)