diff options
author | 2022-06-29 20:14:43 -0400 | |
---|---|---|
committer | 2022-06-29 20:14:43 -0400 | |
commit | a2de9e9b5eec9efd6cce2578a6b2c3bb4b818e4a (patch) | |
tree | 566ddd2fdf31d15a5fc555e813e159989b1e56bf /pydis_site/templates/home/index.html | |
parent | Strike out passed dates (diff) |
Update front page banner.
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r-- | pydis_site/templates/home/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index fcbb87e4..cdbac830 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -12,7 +12,7 @@ <!-- Mobile-only Code Jam Banner --> <section id="mobile-notice" class="is-primary is-hidden-tablet"> <a href="/events/code-jams/9/"> - <img src="{% static "images/events/summer_code_jam_2022/front_page_banners/qualifier_release.png" %}" alt="Summer Code Jam 2022"> + <img src="{% static "images/events/summer_code_jam_2022/front_page_banners/sign_up.png" %}" alt="Summer Code Jam 2022"> </a> </section> @@ -48,7 +48,7 @@ {# Code Jam Banner #} <div id="wave-hero-right" class="column is-half"> <a href="/events/code-jams/9/"> - <img src="{% static "images/events/summer_code_jam_2022/front_page_banners/qualifier_release.png" %}" alt="Summer Code Jam 2022"> + <img src="{% static "images/events/summer_code_jam_2022/front_page_banners/sign_up.png" %}" alt="Summer Code Jam 2022"> </a> </div> </div> |