diff options
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/index.html | 2 | ||||
-rw-r--r-- | website/templates/sponsors.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index d4421c9..0e44cd0 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -103,7 +103,7 @@ <ul class="large-block-grid-3"> <li> <a href="http://www.jpmorgan.com" target="_blank"> - <img src="{% static 'img/jp-logo.png' %}" style=" width: 95%; margin: 25px 0 0 0;"> + <img src="{% static 'img/jp-logo.jpg' %}" style=" width: 95%; margin: 25px 0 0 0;"> </a> </li> <li> diff --git a/website/templates/sponsors.html b/website/templates/sponsors.html index 92864f5..2a97715 100644 --- a/website/templates/sponsors.html +++ b/website/templates/sponsors.html @@ -26,7 +26,7 @@ <div class="sponsor"> <div class="large-4 columns"> <a href="http://www.jpmorgan.com/" target="_blank"> - <img src="{% static 'img/jp-logo.png' %}" style="width: 100%; margin: 25px 0 0 0;"> + <img src="{% static 'img/jp-logo.jpg' %}" style="width: 100%; margin: 25px 0 0 0;"> </a> </div> <div class="large-8 columns"> |