diff options
author | 2021-08-31 01:19:41 +0100 | |
---|---|---|
committer | 2021-08-31 01:19:41 +0100 | |
commit | 3699245dc7ad2f156554d1ac4e3a85095522c8d6 (patch) | |
tree | 310214fcd9af0aaa7f0112d086b2cfc54ceee2b5 /pydis_site/templates/home/index.html | |
parent | Merge branch 'master' into subdomains-to-query-paths (diff) | |
parent | Merge pull request #568 from python-discord/jb3/collectstatic-build (diff) |
Merge branch 'main' into subdomains-to-query-paths
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 62fd7281..129320b3 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -12,7 +12,7 @@ <!-- Mobile-only Notice --> <section id="mobile-notice" class="message is-primary is-hidden-tablet"> <a href="/events/code-jams/8/"> - <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021"> + <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/currently_live.png" %}" alt="Summer Code Jam 2021"> </a> </section> @@ -48,7 +48,7 @@ {# Code Jam banner #} <div id="wave-hero-right" class="column is-half"> <a href="/events/code-jams/8/"> - <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/sign_up_now.png" %}" alt="Summer Code Jam 2021"> + <img src="{% static "images/events/summer_code_jam_2021/front_page_banners/currently_live.png" %}" alt="Summer Code Jam 2021"> </a> </div> </div> |