Fix demo banner: i18n for demo button, icon alignment, add addon mgmt & OIDC to full version features

This commit is contained in:
Maurice
2026-03-21 11:11:54 +01:00
parent 2000371844
commit e70fe50ae3
2 changed files with 11 additions and 8 deletions

View File

@@ -404,7 +404,7 @@ export default function LoginPage() {
onMouseLeave={e => { e.currentTarget.style.transform = 'translateY(0)'; e.currentTarget.style.boxShadow = '0 2px 12px rgba(245, 158, 11, 0.3)' }}
>
<Plane size={18} />
Demo ausprobieren ohne Registrierung
{language === 'de' ? 'Demo ausprobierenohne Registrierung' : 'Try the demo — no registration needed'}
</button>
)}
</div>