aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sarzz <[email protected]>2023-10-08 21:37:32 +0530
committerGravatar GitHub <[email protected]>2023-10-08 21:37:32 +0530
commit2e0bdd4d8276d59d275905b2b7cced490b8c83ed (patch)
tree72327790d4047f90c2dee4479d16f6c7692e0ff8
parentMerge branch 'main' into main (diff)
parentMerge pull request #1111 from python-discord/fix-CJ-mobile-banner (diff)
Merge branch 'python-discord:main' into main
-rw-r--r--pydis_site/templates/home/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 23652720..bbbfd8b0 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/cj10_2023_banner.png" %}" alt="Code Jam 2023">
+ <img src="{% static "images/events/cj10_2023_banner3.png" %}" alt="Code Jam 2023">
</a>
</section>