Skip to content

Commit

Permalink
update python den student banner size
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Sep 3, 2024
1 parent 5154fc7 commit 08c435f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion game/templates/game/python_den_level_selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{% block header %}
<section class="banner">
{% if user|is_logged_in_as_student %}
<img class="banner--python-den--image" title="Python Den logo" alt="Python Den logo" src="{% static 'game/image/Python_Den_student_hero_image.png' %}">
<img class="banner--python-den--image" title="Python Den logo" alt="Python Den logo" src="{% static 'game/image/Python_Den_hero_student.png' %}">
{% else %}
<img class="banner--python-den--image" title="Python Den logo" alt="Python Den logo" src="{% static 'game/image/Python_levels_page.svg' %}">
{% endif %}
Expand Down

0 comments on commit 08c435f

Please sign in to comment.