Formatted some files
This commit is contained in:
@@ -52,9 +52,7 @@ export function Hero({
|
||||
|
||||
{subtitle && (
|
||||
<div className="flex max-w-2xl flex-col space-y-1">
|
||||
<h3
|
||||
className="p-0 text-center text-xl font-sans font-normal text-muted-foreground tracking-tight"
|
||||
>
|
||||
<h3 className="p-0 text-center font-sans text-xl font-normal tracking-tight text-muted-foreground">
|
||||
{subtitle}
|
||||
</h3>
|
||||
</div>
|
||||
@@ -79,7 +77,7 @@ export function Hero({
|
||||
style={{
|
||||
MozAnimationDuration: '100ms',
|
||||
}}
|
||||
className={cn('mx-auto container flex justify-center py-8', {
|
||||
className={cn('container mx-auto flex justify-center py-8', {
|
||||
['delay-1000 duration-1000 animate-in fade-in zoom-in-95 slide-in-from-top-32 fill-mode-both']:
|
||||
animate,
|
||||
})}
|
||||
|
||||
@@ -12,4 +12,4 @@ export * from './feature-grid';
|
||||
export * from './feature-card';
|
||||
export * from './newsletter-signup';
|
||||
export * from './newsletter-signup-container';
|
||||
export * from './coming-soon';
|
||||
export * from './coming-soon';
|
||||
|
||||
@@ -30,9 +30,7 @@ export const SecondaryHero = forwardRef<HTMLDivElement, SecondaryHeroProps>(
|
||||
{heading}
|
||||
</Heading>
|
||||
|
||||
<h3
|
||||
className="font-sans font-normal text-xl tracking-tight text-muted-foreground"
|
||||
>
|
||||
<h3 className="font-sans text-xl font-normal tracking-tight text-muted-foreground">
|
||||
{subheading}
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,7 @@ export function SubMenuModeToggle() {
|
||||
|
||||
return (
|
||||
<DropdownMenuItem
|
||||
className={cn('flex items-center space-x-2 cursor-pointer', {
|
||||
className={cn('flex cursor-pointer items-center space-x-2', {
|
||||
'bg-muted': isSelected,
|
||||
})}
|
||||
key={mode}
|
||||
|
||||
Reference in New Issue
Block a user