Navbar: remove brand logo image; keep text brand only

This commit is contained in:
HotSwapp
2025-10-07 22:03:20 -05:00
parent 2a7d91da54
commit 9497d69c76

View File

@@ -21,7 +21,6 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="{{ url_for('static', path='/logo/delphi-logo.webp') }}" alt="Delphi Logo" width="30" height="30" class="d-inline-block align-text-top me-2">
Delphi Database
</a>