21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
<div class="sidebar-empty">
|
|
<!-- ✅ Logo -->
|
|
<div
|
|
style="
|
|
margin-bottom: 30px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
"
|
|
>
|
|
<div style="padding: 20px; text-align: center">
|
|
<div class="logo" style="margin: 0">🩺 Praxis System</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ✅ Zurück -->
|
|
<a href="<%= backUrl || '/patients' %>" class="nav-item">
|
|
<i class="bi bi-arrow-left-circle"></i> Zurück
|
|
</a>
|
|
</div>
|