Skip to content

Commit

Permalink
style: change profile & other avatar to solid images
Browse files Browse the repository at this point in the history
  • Loading branch information
Hojagulyyev committed Nov 15, 2023
1 parent a802ce2 commit edb5e56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/includes/account-avatar-small.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<!-- HEXAGON -->
<div class="hexagon-image-30-32"
{% if account == user.account %}
data-src="{% static 'img/avatar/17.jpg' %}"
data-src="{% static 'img/badge/gold-b.png' %}"
{% else %}
data-src="{% static 'img/avatar/08.jpg' %}"
data-src="{% static 'img/badge/silver-b.png' %}"
{% endif %}
>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/expanded-left-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- USER AVATAR CONTENT -->
<div class="user-avatar-content">
<!-- HEXAGON -->
<div class="hexagon-image-82-90" data-src="{% static 'img/avatar/17.jpg' %}"></div>
<div class="hexagon-image-82-90" data-src="{% static 'img/badge/gold-b.png' %}"></div>
<!-- /HEXAGON -->
</div>
<!-- /USER AVATAR CONTENT -->
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/mobile-left-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- USER AVATAR CONTENT -->
<div class="user-avatar-content">
<!-- HEXAGON -->
<div class="hexagon-image-30-32" data-src="{% static 'img/avatar/17.jpg' %}"></div>
<div class="hexagon-image-30-32" data-src="{% static 'img/badge/gold-b.png' %}"></div>
<!-- /HEXAGON -->
</div>
<!-- /USER AVATAR CONTENT -->
Expand Down

0 comments on commit edb5e56

Please sign in to comment.