Fixed Logo in Banner

This commit is contained in:
Tiziano Trabattoni
2024-10-17 02:09:07 +02:00
parent 0ce2800670
commit 48d6ea8bb0
2 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -10,7 +10,8 @@
<!-- Image and text --> <!-- Image and text -->
<nav class="navbar navbar-dark bg-dark"> <nav class="navbar navbar-dark bg-dark">
<a class="navbar-brand" href="#"> <a class="navbar-brand" href="#">
<img src="./images/cantorair_logo.jpeg" width="30" height="30" class="d-inline-block align-top" alt=""> {% load static %}
<img src="{% static 'partsdb/cantorair_logo.jpeg' %}" width="90" height="90" class="d-inline-block align-top" alt="">
Cantor Parts Database Cantor Parts Database
</a> </a>
</nav> </nav>