fix: add missing newlines at the end of JSON files; clean up formatting in page components
Some checks failed
Workflow / ʦ TypeScript (push) Failing after 17m4s
Workflow / ⚫️ Test (push) Has been skipped

This commit is contained in:
T. Zehetbauer
2026-04-02 11:02:58 +02:00
parent b26e5aaafa
commit c6d564836f
56 changed files with 471 additions and 381 deletions

View File

@@ -75,7 +75,9 @@ export default async function PortalInvitePage({
<Shield className="mx-auto mb-4 h-10 w-10 text-amber-500" />
<h2 className="text-lg font-bold">{t('invite.expiredTitle')}</h2>
<p className="text-muted-foreground mt-2 text-sm">
{t('invite.expiredDesc', { date: formatDate(invitation.expires_at) })}
{t('invite.expiredDesc', {
date: formatDate(invitation.expires_at),
})}
</p>
</CardContent>
</Card>