questions fix

This commit is contained in:
nmemmert
2026-06-03 11:18:22 -04:00
parent 3e49ccce62
commit b7aa32e4b7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -677,7 +677,7 @@ export default function QASection() {
<p className="qa-no-results">Loading questions...</p>
) : questions.length === 0 ? (
<div className="qa-no-results">
<p>No questions have been answered yet. <a href="#contact">Submit yours below!</a></p>
<p>No questions have been answered yet. <a href="/contact">Submit yours below!</a></p>
</div>
) : (
<>
@@ -781,7 +781,7 @@ export default function QASection() {
}}>{mostHelpfulQuestion.question}</button>.
</p>
)}
<p><a href="#contact">Submit your question</a> and Nate may add it here.</p>
<p><a href="/contact">Submit your question</a> and Nate may add it here.</p>
</div>
) : (
<>