1. Updated packages (#211)
1. Updated packages 2. Improved responsiveness
This commit is contained in:
committed by
GitHub
parent
d415263b81
commit
4bba67246b
@@ -77,7 +77,7 @@ function AuthButtons() {
|
||||
</Link>
|
||||
</Button>
|
||||
|
||||
<Button asChild className="group" variant={'default'}>
|
||||
<Button asChild className="text-xs md:text-sm" variant={'default'}>
|
||||
<Link href={pathsConfig.auth.signUp}>
|
||||
<Trans i18nKey={'auth:signUp'} />
|
||||
</Link>
|
||||
|
||||
@@ -97,20 +97,20 @@ function Home() {
|
||||
|
||||
<FeatureCard
|
||||
className={
|
||||
'relative col-span-1 w-full overflow-hidden lg:col-span-1'
|
||||
'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 col-span-2 overflow-hidden lg:col-span-1'}
|
||||
className={'relative overflow-hidden col-span-1'}
|
||||
label={'Multi Tenancy'}
|
||||
description={`Multi tenant memberships for your SaaS business.`}
|
||||
/>
|
||||
|
||||
<FeatureCard
|
||||
className={'relative col-span-1 overflow-hidden lg:col-span-2'}
|
||||
className={'relative col-span-1 overflow-hidden md:col-span-2'}
|
||||
label={'Billing'}
|
||||
description={`Makerkit supports multiple payment gateways to charge your customers.`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user