Skip to content

Commit

Permalink
+LwimiLinks logo
Browse files Browse the repository at this point in the history
  • Loading branch information
friedelwolff committed Sep 13, 2024
1 parent 502c50d commit b8b8b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% block branding %}
<h1 class="header-title">
<a href="{% url 'home' %}">
<img src="{% static 'img/sadilar.png' %}" class="main-logo" alt="{% trans 'LwimiLinks' %}">
<img src="{% static 'img/lwimilinks.svg' %}" class="main-logo" alt="{% trans 'LwimiLinks' %}">
</a>
</h1>
{% if user.is_anonymous %}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a href="{% url 'home' %}" class="navbar-brand">
<img src="{% static 'img/sadilar.png' %}" width="140" height="73" alt="{% trans 'Front page' %}">
<img src="{% static 'img/lwimilinks.svg' %}" width="180" height="40" alt="{% trans 'Front page' %}">
</a>
<button class="navbar-toggler" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarPills"
Expand Down

0 comments on commit b8b8b8c

Please sign in to comment.