Use favicon as sidebar logo icon

Replace placeholder SVG grid with the actual favicon.ico image.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ivo Oskamp 2026-03-19 15:32:47 +01:00
parent 1e11b3b424
commit a4d85a6d74

View File

@ -80,12 +80,7 @@
<div class="bc-sidebar-header"> <div class="bc-sidebar-header">
<a class="bc-logo" href="{{ url_for('main.dashboard') }}"> <a class="bc-logo" href="{{ url_for('main.dashboard') }}">
<span class="bc-logo-icon"> <span class="bc-logo-icon">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <img src="{{ url_for('static', filename='favicon.ico') }}" width="20" height="20" alt="" />
<rect x="2" y="2" width="7" height="7" rx="1.5" fill="currentColor" opacity="0.9"/>
<rect x="11" y="2" width="7" height="7" rx="1.5" fill="currentColor" opacity="0.5"/>
<rect x="2" y="11" width="7" height="7" rx="1.5" fill="currentColor" opacity="0.5"/>
<rect x="11" y="11" width="7" height="7" rx="1.5" fill="currentColor" opacity="0.25"/>
</svg>
</span> </span>
<span class="bc-logo-text">Backupchecks</span> <span class="bc-logo-text">Backupchecks</span>
</a> </a>