Next.js 15.3.0 (#231)

1. Upgrade to Next.js 15.3.0
2. Formatted files
This commit is contained in:
Giancarlo Buomprisco
2025-04-10 07:41:07 +07:00
committed by GitHub
parent c5828325a2
commit a149c52b99
26 changed files with 472 additions and 468 deletions

View File

@@ -96,15 +96,13 @@ function Home() {
></FeatureCard>
<FeatureCard
className={
'relative col-span-1 w-full overflow-hidden'
}
className={'relative col-span-1 w-full overflow-hidden'}
label={'Authentication'}
description={`Makerkit provides a variety of providers to allow your users to sign in.`}
></FeatureCard>
<FeatureCard
className={'relative overflow-hidden col-span-1'}
className={'relative col-span-1 overflow-hidden'}
label={'Multi Tenancy'}
description={`Multi tenant memberships for your SaaS business.`}
/>