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:
parent
1e11b3b424
commit
a4d85a6d74
@ -80,12 +80,7 @@
|
||||
<div class="bc-sidebar-header">
|
||||
<a class="bc-logo" href="{{ url_for('main.dashboard') }}">
|
||||
<span class="bc-logo-icon">
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<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>
|
||||
<img src="{{ url_for('static', filename='favicon.ico') }}" width="20" height="20" alt="" />
|
||||
</span>
|
||||
<span class="bc-logo-text">Backupchecks</span>
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user