diff --git a/astro/src/components/web/FrequentlyAskedQuestions.astro b/astro/src/components/web/FrequentlyAskedQuestions.astro index 986adc1..6a64033 100644 --- a/astro/src/components/web/FrequentlyAskedQuestions.astro +++ b/astro/src/components/web/FrequentlyAskedQuestions.astro @@ -9,7 +9,7 @@ interface Props { const faq = Astro.props.faq; --- -