Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/sponsors/templates/allsponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>BornHack Sponsors</h2>
{% if sponsor.url %}
<a href="{{ sponsor.url }}">
{% endif %}
<img class="img-responsive center-block" src="{% static 'img/sponsors/' %}{{ sponsor.logo_filename }}" width="300" />
<img class="img-responsive center-block bornhack-sponsor-white" src="{% static 'img/sponsors/' %}{{ sponsor.logo_filename }}" width="300" />
{% if sponsor.url %}
</a>
{% endif %}
Expand Down
Loading