refactor: leading-tighter redundant

twMerge doesnt remove this redundancy for some reason
This commit is contained in:
Scott
2024-04-30 11:35:28 -04:00
parent 33f8351b6c
commit 1a77aeb317
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ const {
tagline={tagline}
classes={{
container: 'mb-0 md:mb-0',
title: 'text-4xl md:text-4xl font-bold leading-tighter tracking-tighter mb-4 font-heading',
title: 'text-4xl md:text-4xl font-bold tracking-tighter mb-4 font-heading',
subtitle: 'text-xl text-muted dark:text-slate-400',
}}
/>

View File

@@ -37,7 +37,7 @@ const {
tagline={tagline}
classes={{
container: 'max-w-xl sm:mx-auto lg:max-w-2xl',
title: 'text-4xl md:text-5xl font-bold leading-tighter tracking-tighter mb-4 font-heading',
title: 'text-4xl md:text-5xl font-bold tracking-tighter mb-4 font-heading',
subtitle: 'max-w-3xl mx-auto sm:text-center text-xl text-muted dark:text-slate-400',
}}
/>