fix: link header logo with user profile page

This commit is contained in:
Björn Fromme
2026-04-13 12:24:15 +02:00
parent d8818dc435
commit 059c520a50
+1 -1
View File
@@ -1,5 +1,5 @@
<div class="flex items-center justify-between">
<a href="{{ website_base_url }}" title="zur E&amp;P Website">
<a href="{{ path('app_account') }}" title="zu meinem Account">
{% if booking_theme() == 'sbw' %}
<img src="{{ asset('build/images/logo_sbw.svg') }}" alt="" class="h-10 my-2 w-auto">
{% elseif booking_theme() == 'ser' %}