committed by
GitHub
parent
c5828325a2
commit
a149c52b99
@@ -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 />
|
||||
|
||||
@@ -14,4 +14,4 @@ function SiteLayout(props: React.PropsWithChildren) {
|
||||
);
|
||||
}
|
||||
|
||||
export default withI18n(SiteLayout);
|
||||
export default withI18n(SiteLayout);
|
||||
|
||||
@@ -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.`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user