From 1a77aeb317ed5a3a25a4449acfc0fd7921a5a562 Mon Sep 17 00:00:00 2001 From: Scott <2660603+ShoGinn@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:35:28 -0400 Subject: [PATCH] refactor: leading-tighter redundant twMerge doesnt remove this redundancy for some reason --- src/components/widgets/CallToAction.astro | 2 +- src/components/widgets/Content.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/CallToAction.astro b/src/components/widgets/CallToAction.astro index 42ac30f..0687130 100644 --- a/src/components/widgets/CallToAction.astro +++ b/src/components/widgets/CallToAction.astro @@ -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', }} /> diff --git a/src/components/widgets/Content.astro b/src/components/widgets/Content.astro index 533ba92..f489790 100644 --- a/src/components/widgets/Content.astro +++ b/src/components/widgets/Content.astro @@ -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', }} />