aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home/index.html
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-07-09 16:56:39 +0100
committerGravatar GitHub <[email protected]>2021-07-09 16:56:39 +0100
commit7d9fff844e136d6ded6023cacec8ae5e9438cfdd (patch)
treed315b8e0e6151d59ba5914665207b05976730063 /pydis_site/templates/home/index.html
parentMerge pull request #550 from python-discord/the-code-style-guide (diff)
parentCode jam: use case name in code style (diff)
Merge pull request #552 from python-discord/cj/minor-adjustments
Minor Code Jam Adjustments
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r--pydis_site/templates/home/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 2efa5b49..072e3817 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>