diff options
author | 2023-09-19 19:26:35 +0400 | |
---|---|---|
committer | 2023-09-19 19:26:35 +0400 | |
commit | 9546104da79a6d7ee05da55063c5792efcb08415 (patch) | |
tree | abed355206ebf69820971b247733477b0aefa1db /pydis_site/templates/home/index.html | |
parent | Merge pull request #1108 from python-discord/update-deploy-ci-path (diff) |
Fix Dead CJ Banner Link
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r-- | pydis_site/templates/home/index.html | 2 |
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> |