diff --git a/src/components/Cards.astro b/src/components/Cards.astro index d36a279f..060979e4 100644 --- a/src/components/Cards.astro +++ b/src/components/Cards.astro @@ -24,7 +24,7 @@ const { cards } = Astro.props; />
diff --git a/src/components/FAQs.astro b/src/components/FAQs.astro index eb6447b2..2ee1ed13 100644 --- a/src/components/FAQs.astro +++ b/src/components/FAQs.astro @@ -10,9 +10,7 @@ const { title, faqs } = Astro.props;
{faq.answer}
diff --git a/src/components/FeaturesLarge.astro b/src/components/FeaturesLarge.astro index adf8745a..e86f162d 100644 --- a/src/components/FeaturesLarge.astro +++ b/src/components/FeaturesLarge.astro @@ -37,7 +37,7 @@ const { title, description, image, features } = Astro.props;