Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed codespeed/static/images/logo.png
Binary file not shown.
220 changes: 220 additions & 0 deletions codespeed/static/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion codespeed/templates/codespeed/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% block page_header %}
<a href="{% url 'home' %}">
{% block logo %}
<img src="{% static 'images/logo.png' %}" height="48" alt="logo"/>
<img src="{% static 'images/logo.svg' %}" height="48" alt="logo"/>
{% endblock logo %}
</a>
<h2>{% block page_title %}SPEED CENTER{% endblock page_title %}</h2>
Expand Down
Loading