fix invalid link in kiosk mode

This commit is contained in:
philipp 2023-10-26 22:11:17 +02:00
parent 3f5fc85a8b
commit bc4512acc1

View File

@ -16,7 +16,7 @@
{% if show_kiosk_header %}
<header class="bg-primary-900 text-white flex justify-between px-4 py-3 w-full z-10 ">
<div>
<a href="/">
<a href="/log">
</a>
</div>