This commit is contained in:
2025-11-23 02:17:00 +01:00
parent f08a334676
commit 10ef1e371d

View File

@@ -126,7 +126,8 @@ if ($isLoggedIn) {
<button id="loginButton"
type="button"
class="relative inline-flex items-center justify-center rounded-full bg-brand-primary px-4 py-1.5 text-xs font-semibold uppercase tracking-[0.18em] text-brand-bg shadow-soft hover:bg-cyan-400 transition-colors"
data-i18n="header_btn_login">
data-i18n="header_btn_login"
data-login-url="/login/?lang=<?= htmlspecialchars($lang ?? 'de') ?>">
Login
</button>
<?php else: ?>