diff options
author | 2023-10-08 11:18:34 -0400 | |
---|---|---|
committer | 2023-10-08 11:18:34 -0400 | |
commit | 829a786398a7b65e4a0ab7230a8d2fdf851b49c6 (patch) | |
tree | 15b9635a01df5d5178d21c651f7e8d6eca755045 | |
parent | Merge pull request #1120 from python-discord/dependabot/pip/django-4.2.6 (diff) | |
parent | Merge branch 'main' into fix-CJ-mobile-banner (diff) |
Merge pull request #1111 from python-discord/fix-CJ-mobile-banner
Fix Dead CJ Banner Link
-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> |