From 02dcbc33c98c7f707b7ffaa2aa5a3650f5a338b9 Mon Sep 17 00:00:00 2001 From: nmemmert Date: Wed, 22 Jul 2026 12:39:48 -0400 Subject: [PATCH] Move Q&A submit CTA to top of page Co-Authored-By: Claude Sonnet 4.6 --- src/components/QASection.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/QASection.tsx b/src/components/QASection.tsx index 33d386d..c663a2e 100644 --- a/src/components/QASection.tsx +++ b/src/components/QASection.tsx @@ -695,6 +695,11 @@ export default function QASection() { Questions & Answers +
+

Have a question about Scripture or the podcast?

+ Submit a Question → +
+ {loading ? (
{[0, 1, 2].map(i => ( @@ -1010,10 +1015,6 @@ export default function QASection() { )} )} -
-

Have a question about Scripture or the podcast?

- Submit a Question → -
)