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

@@ -50,7 +50,7 @@ export function SiteHeaderAccountSection() {
function AuthButtons() {
return (
<div className={'flex gap-x-2.5 animate-in fade-in duration-500'}>
<div className={'animate-in fade-in flex gap-x-2.5 duration-500'}>
<div className={'hidden md:flex'}>
<If condition={features.enableThemeToggle}>
<ModeToggle />

View File

@@ -14,4 +14,4 @@ function SiteLayout(props: React.PropsWithChildren) {
);
}
export default withI18n(SiteLayout);
export default withI18n(SiteLayout);

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.`}
/>