From b7aa32e4b7569714e2b1cd7ef89ee23050bac10f Mon Sep 17 00:00:00 2001 From: nmemmert Date: Wed, 3 Jun 2026 11:18:22 -0400 Subject: [PATCH] questions fix --- src/colossiansStudy.tsx | 2 +- src/components/QASection.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/colossiansStudy.tsx b/src/colossiansStudy.tsx index 80d0541..573d2bc 100644 --- a/src/colossiansStudy.tsx +++ b/src/colossiansStudy.tsx @@ -872,7 +872,7 @@ export function StudyLandingPage({ content }: Props) {

Browse Q&A Archive → - Submit a Question + Submit a Question
diff --git a/src/components/QASection.tsx b/src/components/QASection.tsx index f094703..36a0cf0 100644 --- a/src/components/QASection.tsx +++ b/src/components/QASection.tsx @@ -677,7 +677,7 @@ export default function QASection() {

Loading questions...

) : questions.length === 0 ? (
-

No questions have been answered yet. Submit yours below!

+

No questions have been answered yet. Submit yours below!

) : ( <> @@ -781,7 +781,7 @@ export default function QASection() { }}>{mostHelpfulQuestion.question}.

)} -

Submit your question and Nate may add it here.

+

Submit your question and Nate may add it here.

) : ( <>