Onboarding verbessern

This commit is contained in:
Timo Knuth
2026-04-23 19:24:33 +02:00
parent eacaef1fbd
commit c6f20f7f0b
5 changed files with 10 additions and 41 deletions

View File

@@ -206,7 +206,7 @@ END:VCARD`;
<div className="flex-1">
<h3 className="font-semibold text-gray-900 mb-1">{qr.title}</h3>
<div className="flex items-center space-x-2">
<Badge className={qr.type === 'DYNAMIC' ? 'bg-slate-900 text-white' : 'bg-slate-100 text-slate-700'}>
<Badge className={qr.type === 'DYNAMIC' ? 'bg-primary-600 text-white' : 'bg-slate-100 text-slate-700'}>
{qr.type}
</Badge>
</div>