Abschluss 9c #11

Merged
Lars merged 14 commits from develop into main 2026-03-21 21:20:10 +01:00
Showing only changes of commit 526da02512 - Show all commits

View File

@ -64,8 +64,8 @@ export default function TrialBanner({ profile }) {
</div> </div>
</div> </div>
<Link <a
to="/settings?tab=subscription" href="mailto:mitai@jinkendo.de?subject=Abo-Anfrage%20für%20Mitai%20Jinkendo&body=Hallo,%0A%0Aich%20möchte%20gerne%20ein%20Abo%20für%20Mitai%20Jinkendo%20abschließen.%0A%0AMein%20Profil:%20"
style={{ style={{
padding: '10px 20px', padding: '10px 20px',
borderRadius: 8, borderRadius: 8,
@ -76,11 +76,12 @@ export default function TrialBanner({ profile }) {
textDecoration: 'none', textDecoration: 'none',
whiteSpace: 'nowrap', whiteSpace: 'nowrap',
border: 'none', border: 'none',
cursor: 'pointer' cursor: 'pointer',
display: 'inline-block'
}} }}
> >
{isUrgent ? 'Jetzt upgraden' : 'Abo wählen'} {isUrgent ? 'Kontakt aufnehmen' : 'Abo anfragen'}
</Link> </a>
</div> </div>
) )
} }