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 → -
)