ui: replace logo in login page

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Mueller 2026-05-03 09:10:18 +02:00
parent 5b330f6f2b
commit 44befa9eb1

View File

@ -14,7 +14,7 @@
<div class="card shadow-sm"> <div class="card shadow-sm">
<div class="card-body p-4"> <div class="card-body p-4">
<div class="text-center mb-4"> <div class="text-center mb-4">
<img src="/static/logo-dark.svg" alt="cynfo" style="height: 40px;" class="mb-2"> <img src="/static/logo.png" alt="cynfo" style="height: 40px;" class="mb-2">
<h5>Busylight</h5> <h5>Busylight</h5>
</div> </div>