questions fix
This commit is contained in:
@@ -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>
|
||||
) : (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user