Skip to content

Commit

Permalink
Rename logo.png in assets
Browse files Browse the repository at this point in the history
Fixes #33

Signed-off-by: Shashank Verma <[email protected]>
  • Loading branch information
shank03 committed Oct 5, 2023
1 parent ab88ee8 commit 8786e4e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed assets/images/logo/ch.png
Binary file not shown.
Binary file modified assets/images/logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion home/templates/dashboard/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Navbar brand -->
<a class="navbar-brand mt-2 mt-lg-0" href="#">
<img src="{% static 'images/logo/ch.png' %}" height="45" alt="" loading="lazy"/>
<img src="{% static 'images/logo/logo.png' %}" height="45" alt="" loading="lazy"/>
</a>
<strong>
<a class="navbar-brand text-success mt-2 mt-lg-0" href="{% url 'home' %}">
Expand Down
2 changes: 1 addition & 1 deletion user_profile/templates/user_profile/navbar-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Navbar brand -->
<a class="navbar-brand mt-2 mt-lg-0" href="{% url 'home' %}">
<img
src="{% static 'images/logo/ch.png' %}"
src="{% static 'images/logo/logo.png' %}"
height="45"
alt=""
loading="lazy"
Expand Down
2 changes: 1 addition & 1 deletion user_profile/templates/user_profile/navbar-rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Navbar brand -->
<a class="navbar-brand mt-2 mt-lg-0" href="#">
<img
src="{% static 'images/logo/ch.png' %}"
src="{% static 'images/logo/logo.png' %}"
height="45"
alt=""
loading="lazy"
Expand Down

0 comments on commit 8786e4e

Please sign in to comment.